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

Add streaming extractor tests to main test script #3129

Merged

Conversation

h-mayorquin
Copy link
Collaborator

Part of the effort in #3100

Two improvements for the streaming extractors:

  1. The streaming extractors are tested on all the OSs.
  2. We have one workflow less, less cue, more priority, etc.

I am thinking that maybe we can only one test for all extractors and not have a separate sets of tests but I am less sure about IBL which was problematic at some point.

Maybe let's keep it like this for a while and then we can change in the future if does not give problems for a while.

@h-mayorquin h-mayorquin self-assigned this Jul 2, 2024
@h-mayorquin h-mayorquin added the testing Related to test routines label Jul 2, 2024
@h-mayorquin h-mayorquin marked this pull request as ready for review July 2, 2024 23:52
@alejoe91 alejoe91 added this to the 0.101.0 milestone Jul 3, 2024
@@ -309,7 +309,7 @@ class IblSortingExtractor(BaseSorting):
name = "ibl"
installation_mesg = "IBL extractors require ibllib as a dependency." " To install, run: \n\n pip install ibllib\n\n"

def __init__(self, pid, good_clusters_only=False, load_unit_properties=True, one=None):
def __init__(self, pid: str, good_clusters_only: bool = False, load_unit_properties: bool = True, one=None):
Copy link
Member

Choose a reason for hiding this comment

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

So good.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sorry Sam, needed a cange to trigger the CI : P

@samuelgarcia
Copy link
Member

merci a lot.

@samuelgarcia samuelgarcia merged commit 2af38a3 into SpikeInterface:main Jul 3, 2024
15 checks passed
@h-mayorquin h-mayorquin deleted the remove_streaming_extractors branch July 3, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to test routines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants