Search
Search Results
Search finished, found 7 page(s) matching the search query.
- numpy.testing.assert_warns
...umPy reference NumPy’s module structure Test support (numpy.testing) numpy.testing.assert_warns...
- numpy.testing.assert_warns (Python function, in numpy.testing.assert_warns)
- NumPy 1.11.0 Release Notes
...t, numpy.inner, and numpy.matmul. Note: Requires the transposed and non-transposed matrices to share data. np.testing.assert_warns can now be used as a context manager This matches the behavior of assert_raises. Speed improvement for np...
- NumPy 1.12.0 Release Notes
...raised (mostly when in release mode) will be shown once during the test cycle similar to the default python settings. assert_warns and deprecated decorator more specific The assert_warns function and context manager are now more specific...
- NumPy 1.4.0 Release Notes
...ert_array_max_ulp: raise an assertion if there are more than N representable numbers between two floating point values. assert_warns: raise an AssertionError if a callable does not generate a warning of the appropriate class, without alteri...
- numpy.testing.assert_warns
...umPy reference NumPy’s module structure Test support (numpy.testing) numpy.testing.assert_warns...
- Testing guidelines