Skip to content

Commit 4f28ad1

Browse files
committed
enum attribute description updated
1 parent c5d4882 commit 4f28ad1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

element_array_ephys/ephys_chronic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ class ClusteringTask(dj.Manual):
551551
EphysRecording (foreign key): EphysRecording primary key.
552552
ClusteringParamSet (foreign key): ClusteringParamSet primary key.
553553
clustering_outdir_dir (varchar (255) ): Relative path to output clustering results.
554-
task_mode (enum('load', 'trigger') ): Either loads or computes clustering.
554+
task_mode (enum): `Trigger` and `load` either computes clustering or imports existing clustering data, respectively.
555555
"""
556556

557557
definition = """

element_array_ephys/ephys_no_curation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ class ClusteringTask(dj.Manual):
601601
EphysRecording (foreign key): EphysRecording primary key.
602602
ClusteringParamSet (foreign key): ClusteringParamSet primary key.
603603
clustering_outdir_dir (varchar (255) ): Relative path to output clustering results.
604-
task_mode (enum('load', 'trigger') ): Either loads or computes clustering.
604+
task_mode (enum): `Trigger` and `load` either computes clustering or imports existing clustering data, respectively.
605605
"""
606606

607607
definition = """

element_array_ephys/ephys_precluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ class ClusteringTask(dj.Manual):
683683
EphysRecording (foreign key): EphysRecording primary key.
684684
ClusteringParamSet (foreign key): ClusteringParamSet primary key.
685685
clustering_outdir_dir (varchar (255) ): Relative path to output clustering results.
686-
task_mode (enum('load', 'trigger') ): Either loads or computes clustering.
686+
task_mode (enum): `Trigger` and `load` either computes clustering or imports existing clustering data, respectively.
687687
"""
688688

689689
definition = """

0 commit comments

Comments
 (0)