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

Fix compute analyzer pipeline with tmp recording #3433

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

alejoe91
Copy link
Member

Fixes a bug that prevented runnning pipeline-based extensions with a temprary recording alone.

Also some other small fixes (e.g., removing some we variable names in pca postprocessing)

@alejoe91 alejoe91 added core Changes to core module postprocessing Related to postprocessing module labels Sep 23, 2024
@@ -1355,7 +1355,9 @@ def compute_several_extensions(self, extensions, save=True, verbose=False, **job

for extension_name, extension_params in extensions_with_pipeline.items():
extension_class = get_extension_class(extension_name)
assert self.has_recording(), f"Extension {extension_name} need the recording"
assert (
self.has_recording() or self.has_temporary_recording()
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the main fix!

Copy link
Collaborator

@zm711 zm711 left a comment

Choose a reason for hiding this comment

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

Looks good.

@alejoe91 alejoe91 merged commit 50eadce into SpikeInterface:main Sep 23, 2024
15 checks passed
@alejoe91 alejoe91 added this to the 0.101.2 milestone Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Changes to core module postprocessing Related to postprocessing module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants