Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.testing.assert_raises
...umPy reference NumPy’s module structure Test support (numpy.testing) numpy.testing.assert_raises...
- numpy.testing.assert_raises_regex
...umPy reference NumPy’s module structure Test support (numpy.testing) numpy.testing.assert_raises_regex...
- numpy.testing.assert_raises (Python function, in numpy.testing.assert_raises)
- NumPy 1.11.0 Release Notes
...sed 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.random.shuffle np.random.shuffle is now much faster for 1d ndarrays. Change...
- numpy.testing.assert_raises
...umPy reference NumPy’s module structure Test support (numpy.testing) numpy.testing.assert_raises...
- numpy.testing.assert_raises_regex
...umPy reference NumPy’s module structure Test support (numpy.testing) numpy.testing.assert_raises_regex...
- Testing guidelines
...y, the pytest functions pytest.raises and pytest.warns should be preferred over their legacy counterparts numpy.testing.assert_raises and numpy.testing.assert_warns, which are more broadly used. These versions also accept a match parameter,...
- numpy.testing.assert_raises_regex (Python function, in numpy.testing.assert_raises_regex)