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

fix(schema): Update microscopy pixel size checks to account for error and OME convention #1920

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

effigies
Copy link
Collaborator

@Remi-Gau's fix of our typo'd metadata field revealed an error in the PixelSizeInconsistent check. The main error is that OME-XML uses µm instead of um. I went ahead and also permitted some error to account for inconsistent serialization/floating point error.

@effigies effigies added schema Issues related to the YAML schema representation of the specification. Patch version release. exclude-from-changelog This item will not feature in the automatically generated changelog labels Aug 30, 2024
@effigies effigies added this to the 1.10.0 milestone Aug 30, 2024
@effigies effigies requested a review from rwblair August 30, 2024 21:22
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.23%. Comparing base (3c8a5aa) to head (10b320a).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1920   +/-   ##
=======================================
  Coverage   87.23%   87.23%           
=======================================
  Files          16       16           
  Lines        1410     1410           
=======================================
  Hits         1230     1230           
  Misses        180      180           

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

@rwblair rwblair merged commit 183499c into bids-standard:master Aug 30, 2024
28 checks passed
@effigies effigies deleted the fix/micr_units branch August 30, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude-from-changelog This item will not feature in the automatically generated changelog schema Issues related to the YAML schema representation of the specification. Patch version release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants