Skip to content

Commit 3df0981

Browse files
committed
Update name
1 parent bbe9f3f commit 3df0981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element_array_ephys/ephys_precluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def insert_new_params(cls, precluster_method: str, paramset_idx: int,
294294
class PreClusterParamSteps(dj.Manual):
295295
definition = """
296296
# Ordered list of paramset_idx that are to be run
297-
precluster_param_list_id: smallint
297+
precluster_param_steps_id: smallint
298298
"""
299299

300300
class Step(dj.Part):
@@ -311,7 +311,7 @@ class PreClusterTask(dj.Manual):
311311
definition = """
312312
# Manual table for defining a clustering task ready to be run
313313
-> EphysRecording
314-
-> PreClusterParamList
314+
-> PreClusterParamSteps
315315
---
316316
precluster_output_dir: varchar(255) # pre-clustering output directory relative to the root data directory
317317
task_mode='none': enum('none','load', 'trigger') # 'none': no pre-clustering analysis

0 commit comments

Comments
 (0)