PennLINC / aslprep

Preprocessing of arterial spin labeling (ASL) data
https://aslprep.readthedocs.io
Other
41 stars 15 forks source link

Fix several warnings #364

Closed tsalo closed 11 months ago

tsalo commented 11 months ago

Closes none, but works on #344.

Changes proposed in this pull request

effigies commented 11 months ago

Thanks so much @effigies! I had no clue data.load could do so much.

https://www.nipreps.org/niworkflows/master/api/niworkflows.data.html

If you add aslprep.data to your API docs, you'll get something similar, listing the available imports for you as well.

codecov-commenter commented 11 months ago

Codecov Report

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

Comparison is base (67607e1) 78.81% compared to head (f1431c0) 79.09%. Report is 2 commits behind head on main.

Files Patch % Lines
aslprep/utils/atlas.py 0.00% 4 Missing :warning:
aslprep/cli/workflow.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #364 +/- ## ========================================== + Coverage 78.81% 79.09% +0.28% ========================================== Files 39 39 Lines 4149 4148 -1 Branches 600 600 ========================================== + Hits 3270 3281 +11 + Misses 685 673 -12 Partials 194 194 ```

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