We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97566e commit 3f1ee37Copy full SHA for 3f1ee37
element_array_ephys/readers/kilosort_triggering.py
@@ -392,8 +392,7 @@ def run_modules(self):
392
if module_status['completion_time'] is not None:
393
continue
394
395
- module_output_json = module_input_json.replace('-input.json',
396
- '-' + module + '-output.json')
+ module_output_json = self._get_module_output_json_filename(module)
397
command = (sys.executable
398
+ " -W ignore -m ecephys_spike_sorting.modules." + module
399
+ " --input_json " + module_input_json
0 commit comments