Skip to content

Commit

Permalink
Merge pull request #3527 from yger/extension_dependencies
Browse files Browse the repository at this point in the history
Removing useless dependencies
  • Loading branch information
alejoe91 authored Nov 11, 2024
2 parents 8a7895e + f293303 commit 0e13973
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 0e13973

Please sign in to comment.