Other files ignored by Codecov
numpy/core/tests/test_putmask.py
is new.
576 | 576 | return NULL; |
|
577 | 577 | } |
|
578 | 578 | ||
579 | + | if (PyArray_FailUnlessWriteable(self, "put: output array") < 0) { |
|
580 | + | return NULL; |
|
581 | + | } |
|
582 | + | ||
579 | 583 | mask = (PyArrayObject *)PyArray_FROM_OTF(mask0, NPY_BOOL, |
|
580 | 584 | NPY_ARRAY_CARRAY | NPY_ARRAY_FORCECAST); |
|
581 | 585 | if (mask == NULL) { |
Files | Coverage |
---|---|
numpy | 83.74% |
Project Totals (157 files) | 83.74% |