Kyu Hyun Lee
Kyu Hyun Lee
- no strong opinion, can see how this might be useful - why is "work recordingless" a feature to aim for? isn't that what a sorting is? or does it...
@alejoe91 that sounds like it would work. happy new year!
By the way, happy to make these changes and submit a PR if you are OK with that
@yger I agree that the problem is probably related to MPI but I'm not sure how to fix it. It throws an error when more than 1 worker is used....
I need a test NWB file to finish the tests
The build failed with the error `AttributeError: module 'dask' has no attribute 'delayed'` but I don't get this error when I run pytest locally. Perhaps this is related to the...
@alejoe91 I noticed that the cleaned up `mountainsort4` package no longer has code for computing the noise overlap quality metric (the `mountainsort4_curation` function), presumably because all quality metrics are now...
@samuelbray32 This is true. One solution I had thought of (and had implemented) is to make a column in `CurationV1` that tells you where it came from and provide a...
@samuelbray32 this probably won't solve it but did you try not passing in the dictionary to `delete`? i.e. `(Session & {"nwb_file_name": 'samtest20230817_.nwb'}).delete()` instead of `((Session & {"nwb_file_name": 'samtest20230817_.nwb'}).delete({"nwb_file_name": 'samtest20230817_.nwb'})`. And...
@CBroz1 @akgillespie8 I was the one who made the common_backup when I was migrating some tables. I don't think we need those tables anymore and I agree that we should...