bids-standard / pybids

Python tools for querying and manipulating BIDS datasets.
https://bids-standard.github.io/pybids/
MIT License
225 stars 122 forks source link

FIX: No parentheses after assert #1065

Closed DimitriPapadopoulos closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 89.77%. Comparing base (7796c63) to head (b6da5e9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1065 +/- ## ========================================== - Coverage 89.80% 89.77% -0.03% ========================================== Files 63 63 Lines 7177 7177 Branches 1374 1374 ========================================== - Hits 6445 6443 -2 - Misses 532 534 +2 Partials 200 200 ```

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

DimitriPapadopoulos commented 6 months ago

Requires #1066 to fix CI error.