Skip to content

Commit

Permalink
Removing useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Nov 8, 2024
1 parent 8a7895e commit f293303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/spikeinterface/postprocessing/template_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ComputeTemplateMetrics(AnalyzerExtension):

extension_name = "template_metrics"
depend_on = ["templates"]
need_recording = True
need_recording = False
use_nodepipeline = False
need_job_kwargs = False

Expand Down
2 changes: 1 addition & 1 deletion src/spikeinterface/postprocessing/template_similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ComputeTemplateSimilarity(AnalyzerExtension):

extension_name = "template_similarity"
depend_on = ["templates"]
need_recording = True
need_recording = False
use_nodepipeline = False
need_job_kwargs = False
need_backward_compatibility_on_load = True
Expand Down
2 changes: 1 addition & 1 deletion src/spikeinterface/postprocessing/unit_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ComputeUnitLocations(AnalyzerExtension):

extension_name = "unit_locations"
depend_on = ["templates"]
need_recording = True
need_recording = False
use_nodepipeline = False
need_job_kwargs = False
need_backward_compatibility_on_load = True
Expand Down

0 comments on commit f293303

Please sign in to comment.