File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/spikeinterface/postprocessing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class ComputeTemplateMetrics(AnalyzerExtension):
97
97
98
98
extension_name = "template_metrics"
99
99
depend_on = ["templates" ]
100
- need_recording = True
100
+ need_recording = False
101
101
use_nodepipeline = False
102
102
need_job_kwargs = False
103
103
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class ComputeTemplateSimilarity(AnalyzerExtension):
44
44
45
45
extension_name = "template_similarity"
46
46
depend_on = ["templates" ]
47
- need_recording = True
47
+ need_recording = False
48
48
use_nodepipeline = False
49
49
need_job_kwargs = False
50
50
need_backward_compatibility_on_load = True
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class ComputeUnitLocations(AnalyzerExtension):
39
39
40
40
extension_name = "unit_locations"
41
41
depend_on = ["templates" ]
42
- need_recording = True
42
+ need_recording = False
43
43
use_nodepipeline = False
44
44
need_job_kwargs = False
45
45
need_backward_compatibility_on_load = True
You can’t perform that action at this time.
0 commit comments