Commit fc539ff
File tree
Expand file treeCollapse file tree
19 files changed
+29
-30
lines changedFilter options
- numpy
- _build_utils/tempita
- _core
- tests
- distutils
- fcompiler
- tests
- lib
- tests
- linalg
- ma/tests
- polynomial/tests
- testing/_private
Expand file treeCollapse file tree
19 files changed
+29
-30
lines changednumpy/_build_utils/tempita/_tempita.py
Copy file name to clipboardExpand all lines: numpy/_build_utils/tempita/_tempita.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 |
| - |
| 136 | + |
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
| ||
784 | 784 |
|
785 | 785 |
|
786 | 786 |
|
787 |
| - |
| 787 | + |
788 | 788 |
|
789 | 789 |
|
790 | 790 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1122 | 1122 |
|
1123 | 1123 |
|
1124 | 1124 |
|
1125 |
| - |
| 1125 | + |
1126 | 1126 |
|
1127 | 1127 |
|
1128 | 1128 |
|
| ||
1377 | 1377 |
|
1378 | 1378 |
|
1379 | 1379 |
|
1380 |
| - |
| 1380 | + |
1381 | 1381 |
|
1382 | 1382 |
|
1383 | 1383 |
|
|
numpy/_core/tests/test_einsum.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_einsum.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
210 |
| - |
| 210 | + |
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
|
numpy/_core/tests/test_nditer.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_nditer.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2356 | 2356 |
|
2357 | 2357 |
|
2358 | 2358 |
|
2359 |
| - |
| 2359 | + |
2360 | 2360 |
|
2361 | 2361 |
|
2362 | 2362 |
|
|
numpy/_core/tests/test_numeric.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_numeric.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4148 | 4148 |
|
4149 | 4149 |
|
4150 | 4150 |
|
4151 |
| - |
| 4151 | + |
4152 | 4152 |
|
4153 | 4153 |
|
4154 | 4154 |
|
|
numpy/_core/tests/test_scalarprint.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_scalarprint.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
316 | 316 |
|
317 | 317 |
|
318 | 318 |
|
319 |
| - |
| 319 | + |
320 | 320 |
|
321 | 321 |
|
322 | 322 |
|
|
numpy/_core/tests/test_simd.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_simd.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
891 | 891 |
|
892 | 892 |
|
893 | 893 |
|
894 |
| - |
| 894 | + |
895 | 895 |
|
896 | 896 |
|
897 | 897 |
|
|
numpy/_core/tests/test_simd_module.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_simd_module.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
|
numpy/_core/tests/test_ufunc.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_ufunc.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3002 | 3002 |
|
3003 | 3003 |
|
3004 | 3004 |
|
3005 |
| - |
| 3005 | + |
3006 | 3006 |
|
3007 | 3007 |
|
3008 | 3008 |
|
|
numpy/distutils/fcompiler/gnu.py
Copy file name to clipboardExpand all lines: numpy/distutils/fcompiler/gnu.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
numpy/distutils/system_info.py
Copy file name to clipboardExpand all lines: numpy/distutils/system_info.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
447 | 447 |
|
448 | 448 |
|
449 | 449 |
|
450 |
| - |
| 450 | + |
451 | 451 |
|
452 | 452 |
|
453 | 453 |
|
|
numpy/distutils/tests/test_system_info.py
Copy file name to clipboardExpand all lines: numpy/distutils/tests/test_system_info.py+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
|
numpy/lib/_polynomial_impl.py
Copy file name to clipboardExpand all lines: numpy/lib/_polynomial_impl.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1039 | 1039 |
|
1040 | 1040 |
|
1041 | 1041 |
|
1042 |
| - |
| 1042 | + |
1043 | 1043 |
|
1044 | 1044 |
|
1045 | 1045 |
|
|
numpy/lib/tests/test_nanfunctions.py
Copy file name to clipboardExpand all lines: numpy/lib/tests/test_nanfunctions.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1021 | 1021 |
|
1022 | 1022 |
|
1023 | 1023 |
|
1024 |
| - |
| 1024 | + |
1025 | 1025 |
|
1026 | 1026 |
|
1027 | 1027 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
289 | 289 |
|
290 | 290 |
|
291 | 291 |
|
292 |
| - |
| 292 | + |
293 | 293 |
|
294 | 294 |
|
295 | 295 |
|
|
numpy/ma/tests/test_extras.py
Copy file name to clipboardExpand all lines: numpy/ma/tests/test_extras.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1237 | 1237 |
|
1238 | 1238 |
|
1239 | 1239 |
|
1240 |
| - |
| 1240 | + |
1241 | 1241 |
|
1242 | 1242 |
|
1243 | 1243 |
|
|
numpy/polynomial/tests/test_chebyshev.py
Copy file name to clipboardExpand all lines: numpy/polynomial/tests/test_chebyshev.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
501 | 501 |
|
502 | 502 |
|
503 | 503 |
|
504 |
| - |
505 |
| - |
| 504 | + |
| 505 | + |
506 | 506 |
|
507 | 507 |
|
508 | 508 |
|
|
numpy/polynomial/tests/test_classes.py
Copy file name to clipboardExpand all lines: numpy/polynomial/tests/test_classes.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
601 | 601 |
|
602 | 602 |
|
603 | 603 |
|
604 |
| - |
605 |
| - |
| 604 | + |
| 605 | + |
606 | 606 |
|
607 | 607 |
|
numpy/testing/_private/extbuild.py
Copy file name to clipboardExpand all lines: numpy/testing/_private/extbuild.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
197 |
| - |
198 | 197 |
|
199 | 198 |
|
200 | 199 |
|
|
0 commit comments