nipy / nibabel

Python package to access a cacophony of neuro-imaging file formats
http://nipy.org/nibabel/
Other
649 stars 258 forks source link

MNT: Apply ruff rules #1312

Closed DimitriPapadopoulos closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 40.80977% with 921 lines in your changes are missing coverage. Please review.

Project coverage is 63.95%. Comparing base (c445edd) to head (534535b).

Files Patch % Lines
nibabel/gifti/parse_gifti_fast.py 0.00% 89 Missing :warning:
nibabel/gifti/gifti.py 12.82% 68 Missing :warning:
nibabel/cifti2/parse_cifti2.py 37.96% 42 Missing and 25 partials :warning:
nibabel/freesurfer/io.py 1.58% 62 Missing :warning:
nibabel/freesurfer/mghformat.py 5.08% 56 Missing :warning:
nibabel/nifti1.py 66.04% 49 Missing and 6 partials :warning:
nibabel/nicom/dicomwrappers.py 1.85% 53 Missing :warning:
nibabel/cifti2/cifti2.py 38.96% 44 Missing and 3 partials :warning:
nibabel/cmdline/parrec2nii.py 0.00% 45 Missing :warning:
nibabel/cmdline/dicomfs.py 2.32% 42 Missing :warning:
... and 35 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1312 +/- ## =========================================== - Coverage 92.26% 63.95% -28.31% =========================================== Files 99 98 -1 Lines 12472 12421 -51 Branches 2566 2555 -11 =========================================== - Hits 11507 7944 -3563 - Misses 642 4156 +3514 + Partials 323 321 -2 ```

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