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 0eccbb8 commit 6835512Copy full SHA for 6835512
mne_bids/tests/test_path.py
@@ -1239,8 +1239,9 @@ def test_find_matching_paths(return_bids_test_dir):
1239
1240
1241
def test_return_root_paths_entity_aware(tmp_path):
1242
- """Test that `_return_root_paths` respects `entities['subject']` and
1243
- returns only paths under that subject when provided.
+ """Test that `_return_root_paths` respects `entities['subject']`.
+
1244
+ Returns only paths under that subject when provided.
1245
1246
This validates the entity-aware optimization added to reduce filesystem
1247
scanning when the subject (and optionally session) is known.
0 commit comments