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 774d1cb commit d5e9d38Copy full SHA for d5e9d38
mne_bids/tests/conftest.py
@@ -21,7 +21,7 @@ def _bids_validate():
21
shell = False
22
23
# If neither bids-validator nor npx are available, we cannot validate BIDS
24
- # datasets, so we skip the tests that require validation.
+ # datasets, so we raise an exception.
25
# If both are available, we prefer bids-validator, but we can use npx as a fallback.
26
27
has_validator = shutil.which("bids-validator") is not None
0 commit comments