File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ class Probe(dj.Lookup):
160
160
Attributes:
161
161
probe (foreign key, varchar(32) ): Unique ID for this model of the probe.
162
162
ProbeType (dict): ProbeType entry.
163
- probe_comment (varchar(1000) ): Comment about this model of probe.
163
+ probe_comment ( varchar(1000) ): Comment about this model of probe.
164
164
"""
165
165
166
166
definition = """
@@ -179,7 +179,7 @@ class ElectrodeConfig(dj.Lookup):
179
179
Attributes:
180
180
electrode_config_hash (foreign key, uuid): unique index for electrode configuration.
181
181
ProbeType (dict): ProbeType entry.
182
- electrode_config_name (varchar(4000) ): User-friendly name for this electrode configuration.
182
+ electrode_config_name ( varchar(4000) ): User-friendly name for this electrode configuration.
183
183
"""
184
184
185
185
definition = """
You can’t perform that action at this time.
0 commit comments