Skip to content

Commit 3f1ee37

Browse files
author
Thinh Nguyen
committed
bugfix, match new implementation for openephys
1 parent b97566e commit 3f1ee37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

element_array_ephys/readers/kilosort_triggering.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,7 @@ def run_modules(self):
392392
if module_status['completion_time'] is not None:
393393
continue
394394

395-
module_output_json = module_input_json.replace('-input.json',
396-
'-' + module + '-output.json')
395+
module_output_json = self._get_module_output_json_filename(module)
397396
command = (sys.executable
398397
+ " -W ignore -m ecephys_spike_sorting.modules." + module
399398
+ " --input_json " + module_input_json

0 commit comments

Comments
 (0)