PennLINC / xcp_d

Post-processing of fMRIPrep, NiBabies, and HCP outputs
https://xcp-d.readthedocs.io
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

Parallelize ALFF #1258

Closed tsalo closed 2 weeks ago

tsalo commented 3 weeks ago

Closes #1257. I don't think it makes sense to try parallelizing the denoising interface until I have voxel-wise regressors up and running. And even then I would only want to parallelize when there are voxel-wise regressors.

Changes proposed in this pull request

tsalo commented 3 weeks ago

Wow that really didn't work.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 95.65217% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.42%. Comparing base (1ddf601) to head (4399e1d). Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
xcp_d/interfaces/restingstate.py 94.73% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1258 +/- ## ========================================== + Coverage 78.26% 78.42% +0.16% ========================================== Files 59 59 Lines 7219 7218 -1 Branches 1066 1064 -2 ========================================== + Hits 5650 5661 +11 + Misses 1296 1286 -10 + Partials 273 271 -2 ```

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