-
Notifications
You must be signed in to change notification settings - Fork 3
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 zerospikes_penalty argument #26
base: master
Are you sure you want to change the base?
Conversation
Test is somehow failing will fix soon. |
Running on a clean virtualenv based on Python 3.10.2:
After updating deprecated numpy type (
Which persist even after changing Older local version of Considering how Python 3.7 is now unsupported, I believe it would be good to confirm that this library can work on a more recent version by working on the necessary type modifications. |
Reinstalled this branch from scratch, this time using Python 3.7.3.
After pip installing
Deprecation warnings and issues related to newer versions of Python and |
This PR introduces a boolean argument to
clocal_exp_editsim
andclocal_exp_editsim_withbp
that indicates whether you want to ignore the non-spiking columns during the edit similarity calculation.See #23 for the details.