Skip to content

Commit 824649e

Browse files
committed
Always use Path
1 parent 662384f commit 824649e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/tests/test_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_path_benchmark(tmp_path_factory):
172172
"""Benchmark exploring bids tree."""
173173
tmp_bids_root = tmp_path_factory.mktemp("abc")
174174

175-
derivatives = ["derivatives/derivatives" + str(i) for i in range(17)]
175+
derivatives = [Path("derivatives", "derivatives" + str(i)) for i in range(17)]
176176

177177
bids_subdirectories = ["", "sourcedata", *derivatives]
178178

0 commit comments

Comments
 (0)