ArcanaFramework / fileformats

a Python package for the specification, validation and manipulation of file formats and types
https://arcanaframework.github.io/fileformats/
Other
3 stars 0 forks source link

Implements exclusive classifiers #52

Closed tclose closed 7 months ago

tclose commented 7 months ago

Adds the ability to specify categories of classifiers that subclasses of are mutually exclusive, e.g. Brain and Knee anatomical classifiers for medical images

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (f3aad5b) 93.66% compared to head (d8a3140) 93.68%. Report is 2 commits behind head on main.

Files Patch % Lines
fileformats/core/mixin.py 92.30% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================== + Coverage 93.66% 93.68% +0.01% ========================================== Files 36 36 Lines 4597 4591 -6 Branches 499 500 +1 ========================================== - Hits 4306 4301 -5 + Misses 214 213 -1 Partials 77 77 ```

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