Skip to content

Commit b030951

Browse files
committed
2 parents 17d9e4a + 38f2410 commit b030951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/ephys_precluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ class PreClusterTask(dj.Manual):
394394
EphysRecording (foreign key): EphysRecording primary key.
395395
PreclusterParamSteps (foreign key): PreClusterParam Steps primary key.
396396
precluster_output_dir (varchar(255) ): relative path to directory for storing results of pre-clustering.
397-
task_mode (enum('none', 'load', 'trigger') ): Pick between no pre-clustering, load results from file, or trigger automated pre-clustering.
397+
task_mode (enum ): `none` (no pre-clustering), `load` results from file, or `trigger` automated pre-clustering.
398398
"""
399399

400400
definition = """

0 commit comments

Comments
 (0)