Skip to content

Commit c73ca37

Browse files
committed
Set update_path to False
1 parent b91eec1 commit c73ca37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goofi/nodes/inputs/eegrecording.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def setup(self):
5656
raw = mne.io.read_raw(self.params.recording.file_path.value, preload=True)
5757
elif self.params.recording.use_example_data.value:
5858
raw = mne.concatenate_raws(
59-
[mne.io.read_raw(p, preload=True, verbose=False) for p in eegbci.load_data(1, [1, 2])],
59+
[mne.io.read_raw(p, preload=True, verbose=False) for p in eegbci.load_data(1, [1, 2], update_path=False)],
6060
verbose=False,
6161
)
6262
eegbci.standardize(raw)

0 commit comments

Comments
 (0)