Skip to content

Commit 49c554b

Browse files
committed
[WIP] Update directory path
1 parent ab426c1 commit 49c554b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/readers/openephys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class OpenEphys:
3232

3333
def __init__(self, experiment_dir):
3434
self.session_dir = pathlib.Path(experiment_dir)
35-
openephys_file = pyopenephys.File(self.session_dir) # this is on the Record Node level
35+
openephys_file = pyopenephys.File(self.session_dir.parent) # this is on the Record Node level
3636

3737
# extract the "recordings" for this session
3838
self.experiment = next(experiment for experiment in openephys_file.experiments

0 commit comments

Comments
 (0)