Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Add type annotation for variable in GP estimation error analysis
Add type annotation for local variable `scores` in GP estimation error analysis script. Fixes: ``` scripts/dwi_gp_estimation_error_analysis.py:207: error: Need type annotation for "scores" [var-annotated] ``` raised for example in: https://github.com/nipreps/nifreeze/actions/runs/12437972140/job/34728973936#step:8:112
- Loading branch information