Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Update BIDS Validator infrastructure #1303

Merged
merged 3 commits into from
Sep 2, 2024

Conversation

sappelhoff
Copy link
Member

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.45%. Comparing base (87eea28) to head (a980506).
Report is 64 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1303      +/-   ##
==========================================
- Coverage   97.61%   97.45%   -0.16%     
==========================================
  Files          40       40              
  Lines        8685     8776      +91     
==========================================
+ Hits         8478     8553      +75     
- Misses        207      223      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this really https://github.com/bids-standard/bids-validator/blob/690a34a5a723b8b436f19d9bc4da3b7a2acfaad4/bids-validator/utils/issues/list.js#L225-L229 ?

  41: {
    key: 'NIFTI_UNIT',
    severity: 'warning',
    reason:
      "NIfTI file's header field for unit information for x, y, z, and t dimensions empty or too short",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sappelhoff sappelhoff marked this pull request as ready for review September 2, 2024 19:45
@sappelhoff sappelhoff merged commit 780bad2 into mne-tools:main Sep 2, 2024
22 of 23 checks passed
@sappelhoff sappelhoff deleted the validator branch September 2, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant