Skip to content

Commit d977ead

Browse files
author
Simon Danner
committed
cleaned proxyobjetcs.py
1 parent e8da1f5 commit d977ead

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

neo/io/proxyobjects.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ def __init__(self, rawio=None, global_channel_indexes=None, block_index=0, seg_i
116116
np.all(sig_chans['offset'] == 0.)
117117

118118
if support_raw_magnitude:
119-
sig_chans['units'][0]
120119
str_units = ensure_signal_units(sig_chans['units'][0]).units.dimensionality.string
121-
122120
self._raw_units = pq.CompoundUnit('{}*{}'.format(sig_chans['gain'][0], str_units))
123121
else:
124122
self._raw_units = None

0 commit comments

Comments
 (0)