Skip to content

Commit f2baf12

Browse files
authored
Update element_array_ephys/ephys_precluster.py
1 parent ec0ebf2 commit f2baf12

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
@@ -300,7 +300,7 @@ class PreClusterParamSteps(dj.Manual):
300300
class Step(dj.Part):
301301
definition = """
302302
-> master
303-
order_id: smallint # Order of operations
303+
step_number: smallint # Order of operations
304304
---
305305
-> [nullable] PreClusterParamSet # Nullable for when pre-clustering is not performed.
306306
"""

0 commit comments

Comments
 (0)