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 c554ef3 commit 3621ecfCopy full SHA for 3621ecf
neo/rawio/neuralynxrawio/neuralynxrawio.py
@@ -231,7 +231,6 @@ def _parse_header(self):
231
stream_props = {} # {(sampling_rate, n_samples, t_start): {stream_id: [filenames]}
232
233
for filename in full_filenames:
234
- filename = os.path.join(self.dirname, filename)
235
_, ext = os.path.splitext(filename)
236
ext = ext[1:] # remove dot
237
ext = ext.lower() # make lower case for comparisons
0 commit comments