File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ class ClusteringTask(dj.Manual):
551
551
EphysRecording (foreign key): EphysRecording primary key.
552
552
ClusteringParamSet (foreign key): ClusteringParamSet primary key.
553
553
clustering_outdir_dir (varchar (255) ): Relative path to output clustering results.
554
- task_mode (enum): `Trigger` and `load` either computes clustering or imports existing clustering data, respectively .
554
+ task_mode (enum): `Trigger` computes clustering or and `load` imports existing data.
555
555
"""
556
556
557
557
definition = """
Original file line number Diff line number Diff line change @@ -601,7 +601,7 @@ class ClusteringTask(dj.Manual):
601
601
EphysRecording (foreign key): EphysRecording primary key.
602
602
ClusteringParamSet (foreign key): ClusteringParamSet primary key.
603
603
clustering_outdir_dir (varchar (255) ): Relative path to output clustering results.
604
- task_mode (enum): `Trigger` and `load` either computes clustering or imports existing clustering data, respectively .
604
+ task_mode (enum): `Trigger` computes clustering or and `load` imports existing data.
605
605
"""
606
606
607
607
definition = """
Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ class ClusteringTask(dj.Manual):
683
683
EphysRecording (foreign key): EphysRecording primary key.
684
684
ClusteringParamSet (foreign key): ClusteringParamSet primary key.
685
685
clustering_outdir_dir (varchar (255) ): Relative path to output clustering results.
686
- task_mode (enum): `Trigger` and `load` either computes clustering or imports existing clustering data, respectively .
686
+ task_mode (enum): `Trigger` computes clustering or and `load` imports existing data.
687
687
"""
688
688
689
689
definition = """
You can’t perform that action at this time.
0 commit comments