Skip to content

Commit d8d4b7f

Browse files
PierreGtchsylvchev
andauthored
Update the path to the cache in plot_bids_conversion.py (#509)
Co-authored-by: Sylvain Chevallier <[email protected]>
1 parent 189d432 commit d8d4b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_bids_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def print_tree(p: Path, last=True, header=""):
8888
#
8989
# After conversion, the data is stored in a BIDS-compliant way:
9090
print("After conversion:")
91-
print_tree(temp_dir / "MNE-alexandre motor imagery-bids-cache")
91+
print_tree(temp_dir / "MNE-BIDS-alexandre-motor-imagery")
9292

9393
###############################################################################
9494
# In the BIDS version of our dataset, the raw files are saved in EDF.

0 commit comments

Comments
 (0)