Now exclusive support for HS v0.4 (Lightning)#3210
Now exclusive support for HS v0.4 (Lightning)#3210mhhennig merged 14 commits intoSpikeInterface:mainfrom
Conversation
|
Cool. Any changes in install that need to be added to this doc? |
|
Thanks! Changed the doc slightly. Also added a tiny fix to the confusion matrix: unit number on one axis were shown as float, now cast to int |
Correct, the table has `sorting2.get_unit_ids()` - however `pd.DataFrame` casts these to `float` even when all channel inds are `int`. Needs type checking in `make_match_count_matrix`...
|
Hey Matthias, nice! It's not running for me: It's checking for the |
|
Ok, now it's hopefully good! |
|
Not quite - the sorting works but saving it doesn't. Something to do with produces the error trace |
|
Have I not pushed the fix earlier, @chrishalcrow? Does it work now? |
|
Oh, sorry, my herdingspikes was out of date. All working now, and looking good! |
chrishalcrow
left a comment
There was a problem hiding this comment.
Looks good - just a tiny default param documentation error.
Co-authored-by: Chris Halcrow <57948917+chrishalcrow@users.noreply.github.com>
Adds support for the herdingspikes version 0.4, aka Lightning. As this version is intended to replace versions <0.4, support for older versions has been removed.