We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5243aa5 commit 39390f6Copy full SHA for 39390f6
neo/rawio/openephysrawio.py
@@ -166,8 +166,8 @@ def _parse_header(self):
166
167
self._sig_length[seg_index] = all_sigs_length[0]
168
self._sig_timestamp0[seg_index] = all_first_timestamps[0]
169
-
170
- if len(signal_channels)>0:
+
+ if len(signal_channels) > 0:
171
signal_channels = np.array(signal_channels, dtype=_signal_channel_dtype)
172
self._sig_sampling_rate = signal_channels['sampling_rate'][0] # unique for channel
173
0 commit comments