PennLINC / qsirecon

Reconstruction of preprocessed q-space images (dMRI)
https://qsirecon.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Make all params and models lower-case #90

Closed tsalo closed 3 weeks ago

tsalo commented 3 weeks ago

Closes #81 and closes #70. All of the params and models in the BEP016 doc are lower-case so this might fit better.

Changes proposed in this pull request

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 33.67%. Comparing base (f20d5ac) to head (6e5d9ea).

Files Patch % Lines
qsirecon/utils/misc.py 25.00% 3 Missing :warning:
qsirecon/workflows/recon/dsi_studio.py 0.00% 2 Missing :warning:
qsirecon/workflows/recon/mrtrix.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #90 +/- ## ========================================== - Coverage 33.69% 33.67% -0.03% ========================================== Files 56 56 Lines 6914 6922 +8 Branches 907 907 ========================================== + Hits 2330 2331 +1 - Misses 4481 4488 +7 Partials 103 103 ```

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