Skip to content

Commit 57a1c1d

Browse files
author
Thinh Nguyen
authored
bugfix - remove % in attributes' comments
1 parent 54c8413 commit 57a1c1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

element_array_ephys/ephys_acute.py

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

element_array_ephys/ephys_chronic.py

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

0 commit comments

Comments
 (0)