class documentation

class TestNonCContiguousViewDeprecation(_DeprecationTestCase):

View In Hierarchy

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
def test_fortran_contiguous(self):

Undocumented