-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove spikeextractors dependency #196
Conversation
Codecov Report
@@ Coverage Diff @@
## master #196 +/- ##
==========================================
- Coverage 73.25% 72.51% -0.75%
==========================================
Files 33 33
Lines 2176 2190 +14
==========================================
- Hits 1594 1588 -6
- Misses 582 602 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me and a move the right direction.
Are we still using the decorator for video arguments somewhere? The casting code that you added is related to it but I am not sure that decorator is needed anymore.
No, we got permission a while back to do away with those completely. But the casting function I had to port over was something inherited from spikeextractors for some extraction tool function, I didn't looks too deep into it but some time we should really review that module and see what we can do away with. |
ROIExtractors does not test or make use of any of the methods inherited from the
BaseExtractor
imported from the legacyspikeextractors
. This removes it from the minimal installation and baseImagingExtractor
.