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 ef60210 commit bc6ef8fCopy full SHA for bc6ef8f
mne_bids/tests/test_path.py
@@ -1186,8 +1186,8 @@ def test_find_empty_room(return_bids_test_dir, tmp_path):
1186
assert er_noise_task_path == recovered_er_bids_path
1187
er_noise_task_path.fpath.unlink()
1188
1189
- # When a split empty room file is present, the first split should be returned as the matching
1190
- # empty room file
+ # When a split empty room file is present, the first split should be returned as
+ # the matching empty room file
1191
split_er_bids_path = er_noise_task_path.copy().update(split="01", extension=".fif")
1192
split_er_bids_path.fpath.touch()
1193
split_er_bids_path2 = split_er_bids_path.copy().update(
0 commit comments