class documentation

class TestNonNumericConjugate(_DeprecationTestCase): (source)

View In Hierarchy

Deprecate no-op behavior of ndarray.conjugate on non-numeric dtypes, which conflicts with the error behavior of np.conjugate.

Method test_conjugate 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_method Undocumented
Method teardown_method Undocumented
Class Variable message Undocumented
Instance Variable log Undocumented
Instance Variable warn_ctx Undocumented
def test_conjugate(self): (source)

Undocumented