Skip to content

Commit ca1441f

Browse files
kushalbakshiCBroz1
andauthored
Update element_array_ephys/ephys_precluster.py
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent 98f8a8c commit ca1441f

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
@@ -379,7 +379,7 @@ class PreClusterTask(dj.Manual):
379379
EphysRecording (foreign key): EphysRecording primary key.
380380
PreclusterParamSteps (foreign key): PreClusterParam Steps primary key.
381381
precluster_output_dir (varchar(255) ): relative path to directory for storing results of pre-clustering.
382-
task_mode (enum('none', 'load', 'trigger') ): Pick between no pre-clustering, load results from file, or trigger automated pre-clustering.
382+
task_mode (enum ): `none` (no pre-clustering), `load` results from file, or `trigger` automated pre-clustering.
383383
"""
384384

385385
definition = """

0 commit comments

Comments
 (0)