bids-standard / legacy-validator

Validator for the Brain Imaging Data Structure
https://bids-standard.github.io/legacy-validator/
MIT License
186 stars 111 forks source link

feat: Hack around missing round() function #2099

Closed effigies closed 3 months ago

effigies commented 3 months ago

Short-term fix for #2091. We should add a round() function to the schema and implement it here.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.67%. Comparing base (4471af2) to head (8ce7bdf). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2099 +/- ## ========================================== + Coverage 85.69% 87.67% +1.97% ========================================== Files 91 132 +41 Lines 3782 6839 +3057 Branches 1220 1634 +414 ========================================== + Hits 3241 5996 +2755 - Misses 455 751 +296 - Partials 86 92 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.