Skip to content

Commit

Permalink
try remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Sep 2, 2024
1 parent 100d594 commit 4da33c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mne_bids/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
@pytest.fixture(scope="session")
def _bids_validate():
"""Fixture to run BIDS validator."""
vadlidator_args = ["--config.error=41"]
# vadlidator_args = ["--config.error=41"]
vadlidator_args = []
exe = os.getenv("VALIDATOR_EXECUTABLE", "bids-validator")

if platform.system() == "Windows":
Expand Down

0 comments on commit 4da33c4

Please sign in to comment.