class documentation

class TestNanFunctions_MeanVarStd(SharedNanFunctionsTestsMixin): (source)

View In Hierarchy

Undocumented

Method test_allnans Undocumented
Method test_ddof Undocumented
Method test_ddof_too_big Undocumented
Method test_dtype_error Undocumented
Method test_empty Undocumented
Method test_out_dtype_error Undocumented
Method test_where Undocumented
Class Variable nanfuncs Undocumented
Class Variable stdfuncs Undocumented

Inherited from SharedNanFunctionsTestsMixin:

Method test_dtype_from_char Undocumented
Method test_dtype_from_dtype Undocumented
Method test_dtype_from_input Undocumented
Method test_keepdims Undocumented
Method test_mutation Undocumented
Method test_out Undocumented
Method test_result_values Undocumented
Method test_scalar Undocumented
Method test_subclass Undocumented
@pytest.mark.parametrize('axis', [None, 0, 1])
@pytest.mark.parametrize('dtype', np.typecodes['AllFloat'])
@pytest.mark.parametrize('array', [np.array(np.nan), np.full((3, 3), np.nan)], ids=['0d', '2d'])
def test_allnans(self, axis, dtype, array): (source)

Undocumented

def test_ddof(self): (source)

Undocumented

def test_ddof_too_big(self): (source)

Undocumented

def test_dtype_error(self): (source)

Undocumented

def test_empty(self): (source)

Undocumented

def test_out_dtype_error(self): (source)

Undocumented

@pytest.mark.parametrize('dtype', np.typecodes['AllFloat'])
def test_where(self, dtype): (source)

Undocumented

nanfuncs = (source)

Undocumented

stdfuncs = (source)

Undocumented