Skip to content

Commit

Permalink
Update examples/convert_empty_room.py
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Höchenberger <[email protected]>
  • Loading branch information
sappelhoff and hoechenberger committed Dec 5, 2024
1 parent 4919610 commit faa8fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/convert_empty_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
data_path = sample.data_path()
raw_fname = data_path / "MEG" / "sample" / "sample_audvis_raw.fif"

bids_root = data_path / ".." / "MNE-sample-data-bids"
bids_root = data_path.parent / "MNE-sample-data-bids"

# %%
# To ensure the output path doesn't contain any leftover files from previous
Expand Down

0 comments on commit faa8fe8

Please sign in to comment.