nipy / heudiconv

Flexible DICOM conversion into structured directory layouts
https://heudiconv.readthedocs.io
Other
232 stars 125 forks source link

[ENH] add PlainAcquisitionLabel IntendedFor method #768

Closed octomike closed 2 months ago

octomike commented 2 months ago

Addresses #767

Do not use mixed acq/task entity for matching method as implemented for CustomAcquisitionLabel

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 82.08%. Comparing base (aef71f9) to head (08c144f). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #768 +/- ## ========================================== + Coverage 82.04% 82.08% +0.04% ========================================== Files 42 42 Lines 4205 4215 +10 ========================================== + Hits 3450 3460 +10 Misses 755 755 ```

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

yarikoptic commented 2 months ago

Not sure why CI seems to have two runs for each... Let's consider it good enough with what we see. Thank you!