Skip to content

Commit d008b05

Browse files
author
Thinh Nguyen
committed
bugfix - remove % in attributes' comments
1 parent db448f7 commit d008b05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

element_array_ephys/ephys_acute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ class Waveform(dj.Part):
929929
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
930930
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
931931
recovery_slope=null: float # the recovery slope was defined by fitting a regression line to the first 30us from peak to tail
932-
spread=null: float # (um) the range with amplitude above 12% of the maximum amplitude along the probe
932+
spread=null: float # (um) the range with amplitude above 12-percent of the maximum amplitude along the probe
933933
velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
934934
velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
935935
"""

element_array_ephys/ephys_chronic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ class Waveform(dj.Part):
874874
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
875875
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
876876
recovery_slope=null: float # the recovery slope was defined by fitting a regression line to the first 30us from peak to tail
877-
spread=null: float # (um) the range with amplitude above 12% of the maximum amplitude along the probe
877+
spread=null: float # (um) the range with amplitude above 12-percent of the maximum amplitude along the probe
878878
velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
879879
velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
880880
"""

element_array_ephys/ephys_no_curation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ class Waveform(dj.Part):
888888
pt_ratio=null: float # absolute amplitude of peak divided by absolute amplitude of trough relative to 0
889889
repolarization_slope=null: float # the repolarization slope was defined by fitting a regression line to the first 30us from trough to peak
890890
recovery_slope=null: float # the recovery slope was defined by fitting a regression line to the first 30us from peak to tail
891-
spread=null: float # (um) the range with amplitude above 12% of the maximum amplitude along the probe
891+
spread=null: float # (um) the range with amplitude above 12-percent of the maximum amplitude along the probe
892892
velocity_above=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the top of the probe
893893
velocity_below=null: float # (s/m) inverse velocity of waveform propagation from the soma toward the bottom of the probe
894894
"""

0 commit comments

Comments
 (0)