Commit 4a1734c
committed
ENH: Remove unused
Remove unused `namedtuple` definition in test.
Fixes:
```
test/test_gpr.py:31: error:
First argument to namedtuple() should be "GradientTablePatch", not "gtab" [name-match]
```
raised for example in:
https://github.com/nipreps/nifreeze/actions/runs/12437972140/job/34728973936#step:8:129namedtuple definition in test1 parent 6ab795b commit 4a1734c
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
| |||
0 commit comments