Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add folder location of stim file to assignments.xlsx (working but slow) #91

Open
nohelix opened this issue Nov 9, 2023 · 1 comment
Labels

Comments

@nohelix
Copy link
Collaborator

nohelix commented Nov 9, 2023

Issue

Auto-picker needs folder location of desired stim file.

Expected Behavior

Create a new column called stim_location in assignments.xlsx that points at the desired file in Z:\Stim Files.

Notes

This will eventually negate the need for the "Changed" column.

nohelix added a commit that referenced this issue Nov 9, 2023
Address #91 but is not robust and introduces a small slow down because I am currently dymanically searching all the stim files each time.
@nohelix nohelix added enhancement New feature or request at: supervisor labels Nov 9, 2023
@nohelix
Copy link
Collaborator Author

nohelix commented Nov 10, 2023

Ideas to improve the slow down by not dymanically search all the stim files each time

  1. have a source list rebuilt when new files are made as filtering a table is fast
  2. only look for files that have changed rather than all files

@nohelix nohelix added performance Something is slow and removed enhancement New feature or request labels Jan 27, 2024
@nohelix nohelix changed the title Add folder location of stim file to assignments.xlsx Add folder location of stim file to assignments.xlsx (working but slow) Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant