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

Fixes typing error in waveforms #2111

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

h-mayorquin
Copy link
Collaborator

Fixes dev tests failing neuroconv. This would also have failed for our users of python 3.8.

I also got another try imported and sent it to the runtime.

@h-mayorquin h-mayorquin self-assigned this Oct 17, 2023
@@ -108,8 +102,6 @@ class NeuroScopeSortingExtractor(BaseSorting):
"""

extractor_name = "NeuroscopeSortingExtractor"
installed = HAVE_LXML
installation_mesg = "Please install lxml to use this extractor!"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and keep the installation_mesg, or define later

@alejoe91 alejoe91 added the extractors Related to extractors module label Oct 18, 2023
@alejoe91 alejoe91 merged commit cb219c7 into SpikeInterface:main Oct 18, 2023
8 checks passed
@alejoe91 alejoe91 deleted the small_fix_neuroconv branch October 18, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extractors Related to extractors module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants