Commit 975443d
File tree
Expand file treeCollapse file tree
7 files changed
+18
-19
lines changedFilter options
- numpy
- _core/tests
- f2py/tests
- lib/tests
- testing/_private
Expand file treeCollapse file tree
7 files changed
+18
-19
lines changednumpy/_core/tests/test_array_coercion.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_array_coercion.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
716 | 717 |
|
717 | 718 |
|
718 | 719 |
|
719 |
| - |
720 |
| - |
| 720 | + |
721 | 721 |
|
722 | 722 |
|
723 | 723 |
|
|
numpy/_core/tests/test_multiarray.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_multiarray.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
983 | 983 |
|
984 | 984 |
|
985 | 985 |
|
986 |
| - |
| 986 | + |
987 | 987 |
|
988 | 988 |
|
989 | 989 |
|
|
numpy/_core/tests/test_regression.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_regression.py+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
2265 | 2266 |
|
2266 | 2267 |
|
2267 | 2268 |
|
2268 |
| - |
| 2269 | + |
2269 | 2270 |
|
2270 | 2271 |
|
2271 | 2272 |
|
|
numpy/f2py/tests/test_return_real.py
Copy file name to clipboardExpand all lines: numpy/f2py/tests/test_return_real.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
5 | 4 |
|
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
57 |
| - |
| 56 | + |
58 | 57 |
|
59 | 58 |
|
60 | 59 |
|
|
numpy/f2py/tests/test_semicolon_split.py
Copy file name to clipboardExpand all lines: numpy/f2py/tests/test_semicolon_split.py+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
| ||
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
14 |
| - |
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
| 47 | + |
49 | 48 |
|
50 | 49 |
|
51 | 50 |
|
|
numpy/lib/tests/test_format.py
Copy file name to clipboardExpand all lines: numpy/lib/tests/test_format.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
283 | 283 |
|
284 | 284 |
|
285 | 285 |
|
286 |
| - |
| 286 | + |
287 | 287 |
|
288 | 288 |
|
289 | 289 |
|
| ||
927 | 927 |
|
928 | 928 |
|
929 | 929 |
|
930 |
| - |
931 |
| - |
| 930 | + |
932 | 931 |
|
933 | 932 |
|
934 | 933 |
|
|
numpy/testing/_private/utils.py
Copy file name to clipboardExpand all lines: numpy/testing/_private/utils.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| 108 | + |
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
|
0 commit comments