File tree
Expand file treeCollapse file tree
4 files changed
+9
-9
lines changedFilter options
- numpy/core
- code_generators
- src/umath
- tests
Expand file treeCollapse file tree
4 files changed
+9
-9
lines changednumpy/core/code_generators/ufunc_docstrings.py
Copy file name to clipboardExpand all lines: numpy/core/code_generators/ufunc_docstrings.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2550 | 2550 |
|
2551 | 2551 |
|
2552 | 2552 |
|
2553 |
| - |
| 2553 | + |
2554 | 2554 |
|
2555 | 2555 |
|
2556 | 2556 |
|
|
numpy/core/src/umath/clip.c.src
Copy file name to clipboardExpand all lines: numpy/core/src/umath/clip.c.src+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
|
numpy/core/src/umath/funcs.inc.src
Copy file name to clipboardExpand all lines: numpy/core/src/umath/funcs.inc.src+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
262 | 262 |
|
263 | 263 |
|
264 | 264 |
|
265 |
| - |
| 265 | + |
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
269 |
| - |
| 269 | + |
270 | 270 |
|
271 | 271 |
|
272 | 272 |
|
|
numpy/core/tests/test_numeric.py
Copy file name to clipboardExpand all lines: numpy/core/tests/test_numeric.py+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1854 | 1854 |
|
1855 | 1855 |
|
1856 | 1856 |
|
1857 |
| - |
| 1857 | + |
1858 | 1858 |
|
1859 | 1859 |
|
1860 | 1860 |
|
| ||
1863 | 1863 |
|
1864 | 1864 |
|
1865 | 1865 |
|
1866 |
| - |
1867 |
| - |
| 1866 | + |
| 1867 | + |
1868 | 1868 |
|
1869 | 1869 |
|
1870 | 1870 |
|
| ||
1886 | 1886 |
|
1887 | 1887 |
|
1888 | 1888 |
|
1889 |
| - |
| 1889 | + |
1890 | 1890 |
|
1891 | 1891 |
|
1892 | 1892 |
|
| ||
1900 | 1900 |
|
1901 | 1901 |
|
1902 | 1902 |
|
1903 |
| - |
| 1903 | + |
1904 | 1904 |
|
1905 | 1905 |
|
1906 | 1906 |
|
|
0 commit comments