class TestNonCContiguousViewDeprecation(_DeprecationTestCase):
View of non-C-contiguous arrays deprecated in 1.11.0.
The deprecation will not be raised for arrays that are both C and F contiguous, as C contiguous is dominant. There are more such arrays with relaxed stride checking than without so the deprecation is not as visible with relaxed stride checking in force.
Method | test_fortran_contiguous |
Undocumented |
Inherited from _DeprecationTestCase
:
Method | assert_deprecated |
Test if DeprecationWarnings are given and raised. |
Method | assert_not_deprecated |
Test that warnings are not raised. |
Method | setup |
Undocumented |
Method | teardown |
Undocumented |
Class Variable | message |
Undocumented |
Instance Variable | log |
Undocumented |
Instance Variable | warn_ctx |
Undocumented |