Commit 64cc0c8
committed
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:1121 parent d9dafbe commit 64cc0c8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
209 | | - | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
0 commit comments