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 cd31e0b commit 92e30eeCopy full SHA for 92e30ee
element_array_ephys/ephys_precluster.py
@@ -343,6 +343,9 @@ def make(self, key):
343
precluster_output_dir = find_full_path(get_ephys_root_data_dir(), output_dir)
344
345
if task_mode == 'none':
346
+ if len((PreClusterParamSteps.Step & key).fetch()) > 0:
347
+ raise ValueError('There are entries in the PreClusterParamSteps.Step '
348
+ 'table and task_mode=none')
349
creation_time = (EphysRecording & key).fetch1('recording_datetime')
350
elif task_mode == 'load':
351
acq_software = (EphysRecording & key).fetch1('acq_software')
0 commit comments