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):
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): `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.
555555 """
556556
557557 definition = """
Original file line number Diff line number Diff 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): `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.
605605 """
606606
607607 definition = """
Original file line number Diff line number Diff 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): `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.
687687 """
688688
689689 definition = """
You can’t perform that action at this time.
0 commit comments