We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662384f commit 824649eCopy full SHA for 824649e
mne_bids/tests/test_path.py
@@ -172,7 +172,7 @@ def test_path_benchmark(tmp_path_factory):
172
"""Benchmark exploring bids tree."""
173
tmp_bids_root = tmp_path_factory.mktemp("abc")
174
175
- derivatives = ["derivatives/derivatives" + str(i) for i in range(17)]
+ derivatives = [Path("derivatives", "derivatives" + str(i)) for i in range(17)]
176
177
bids_subdirectories = ["", "sourcedata", *derivatives]
178
0 commit comments