Skip to content

Commit 9cc4545

Browse files
committed
fix docstring error
1 parent 2fa46bd commit 9cc4545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

element_array_ephys/ephys_no_curation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -937,9 +937,9 @@ class Unit(dj.Part):
937937
938938
Attributes:
939939
CuratedClustering (foreign key): CuratedClustering primary key.
940-
unit (foreign key, int): Unique integer identifying a single unit.
941-
probe.ElectrodeConfig.Electrode (dict): probe.ElectrodeConfig.Electrode primary key.
942-
ClusteringQualityLabel (dict): CLusteringQualityLabel primary key.
940+
unit (int): Unique integer identifying a single unit.
941+
probe.ElectrodeConfig.Electrode (foreign key): probe.ElectrodeConfig.Electrode primary key.
942+
ClusteringQualityLabel (foreign key): CLusteringQualityLabel primary key.
943943
spike_count (int): Number of spikes in this recording for this unit.
944944
spike_times (longblob): Spike times of this unit, relative to start time of EphysRecording.
945945
spike_sites (longblob): Array of electrode associated with each spike.

0 commit comments

Comments
 (0)