module documentation

Tests suite for MaskedArray & subclassing.

Author
Pierre Gerard-Marchant
Unknown Field: contact
pierregm_at_uga_dot_edu
Class TestFillingValues Undocumented
Class TestMaskedArray Undocumented
Class TestMaskedArrayArithmetic Undocumented
Class TestMaskedArrayAttributes Undocumented
Class TestMaskedArrayFunctions Undocumented
Class TestMaskedArrayInPlaceArithmetic Undocumented
Class TestMaskedArrayMathMethods Undocumented
Class TestMaskedArrayMathMethodsComplex Undocumented
Class TestMaskedArrayMethods Undocumented
Class TestMaskedConstant Undocumented
Class TestMaskedFields No class docstring; 0/1 instance variable, 1/11 method documented
Class TestMaskedObjectArray Undocumented
Class TestMaskedView Undocumented
Class TestMaskedWhereAliases Undocumented
Class TestOptionalArgs Undocumented
Class TestUfuncs Undocumented
Function test_append_masked_array Undocumented
Function test_append_masked_array_along_axis Undocumented
Function test_astype_basic Undocumented
Function test_astype_mask_ordering Undocumented
Function test_default_fill_value_complex Undocumented
Function test_doc_note Undocumented
Function test_fieldless_void Undocumented
Function test_mask_shape_assignment_does_not_break_masked Undocumented
Function test_masked_array Undocumented
Function test_masked_array_no_copy Undocumented
Function test_ufunc_with_out_varied Test that masked arrays are immune to gh-10459
Function test_ufunc_with_output Undocumented
Variable __author__ Undocumented
Variable num_dts Undocumented
Variable num_ids Undocumented
Variable suppress_copy_mask_on_assignment Undocumented
def test_append_masked_array(): (source)

Undocumented

def test_append_masked_array_along_axis(): (source)

Undocumented

@pytest.mark.parametrize('dt1', num_dts, ids=num_ids)
@pytest.mark.parametrize('dt2', num_dts, ids=num_ids)
@pytest.mark.filterwarnings('ignore::numpy.ComplexWarning')
def test_astype_basic(dt1, dt2): (source)

Undocumented

def test_astype_mask_ordering(): (source)

Undocumented

def test_default_fill_value_complex(): (source)

Undocumented

@pytest.mark.skipif((sys.flags.optimize > 1), reason='no docstrings present to inspect when PYTHONOPTIMIZE/Py_OptimizeFlag > 1')
def test_doc_note(): (source)

Undocumented

def test_fieldless_void(): (source)

Undocumented

def test_mask_shape_assignment_does_not_break_masked(): (source)

Undocumented

def test_masked_array(): (source)

Undocumented

def test_masked_array_no_copy(): (source)

Undocumented

def test_ufunc_with_out_varied(): (source)

Test that masked arrays are immune to gh-10459

def test_ufunc_with_output(): (source)

Undocumented

__author__: str = (source)

Undocumented

Undocumented

Undocumented

suppress_copy_mask_on_assignment = (source)

Undocumented