Commit 7f715fb
File tree
Expand file treeCollapse file tree
7 files changed
+45
-11
lines changedFilter options
- .github/workflows
- numpy
- _core
- src/multiarray
- tests
- tools/ci
Expand file treeCollapse file tree
7 files changed
+45
-11
lines changed.github/workflows/linux.yml
Copy file name to clipboardExpand all lines: .github/workflows/linux.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
287 | 287 |
|
288 | 288 |
|
289 | 289 |
|
290 |
| - |
| 290 | + |
291 | 291 |
|
292 | 292 |
|
293 | 293 |
|
|
+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 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
978 | 978 |
|
979 | 979 |
|
980 | 980 |
|
981 |
| - |
| 981 | + |
982 | 982 |
|
983 | 983 |
|
984 | 984 |
|
| ||
1193 | 1193 |
|
1194 | 1194 |
|
1195 | 1195 |
|
1196 |
| - |
| 1196 | + |
1197 | 1197 |
|
1198 | 1198 |
|
1199 | 1199 |
|
|
numpy/_core/src/multiarray/array_api_standard.c
Copy file name to clipboardExpand all lines: numpy/_core/src/multiarray/array_api_standard.c+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
| 64 | + |
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
|
numpy/_core/src/multiarray/multiarraymodule.c
Copy file name to clipboardExpand all lines: numpy/_core/src/multiarray/multiarraymodule.c+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2274 | 2274 |
|
2275 | 2275 |
|
2276 | 2276 |
|
2277 |
| - |
2278 |
| - |
| 2277 | + |
2279 | 2278 |
|
2280 | 2279 |
|
2281 | 2280 |
|
2282 | 2281 |
|
2283 | 2282 |
|
2284 |
| - |
| 2283 | + |
| 2284 | + |
| 2285 | + |
| 2286 | + |
| 2287 | + |
| 2288 | + |
2285 | 2289 |
|
2286 | 2290 |
|
2287 | 2291 |
|
|
numpy/_core/tests/test_regression.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_regression.py+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2573 | 2573 |
|
2574 | 2574 |
|
2575 | 2575 |
|
| 2576 | + |
| 2577 | + |
2576 | 2578 |
|
2577 | 2579 |
|
2578 | 2580 |
|
2579 | 2581 |
|
2580 | 2582 |
|
2581 |
| - |
| 2583 | + |
2582 | 2584 |
|
2583 | 2585 |
|
2584 |
| - |
| 2586 | + |
2585 | 2587 |
|
2586 | 2588 |
|
2587 | 2589 |
|
2588 | 2590 |
|
2589 | 2591 |
|
2590 |
| - |
| 2592 | + |
2591 | 2593 |
|
2592 | 2594 |
|
2593 | 2595 |
|
|
tools/ci/array-api-xfails.txt
Copy file name to clipboardExpand all lines: tools/ci/array-api-xfails.txt+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
0 commit comments