module documentation

Tests suite for MaskedArray & subclassing.
Author
Pierre Gerard-Marchant
Unknown Field: contact
pierregm_at_uga_dot_edu
Variable __author__ Undocumented
Variable num​_dts Undocumented
Variable num​_ids Undocumented
Variable suppress​_copy​_mask​_on​_assignment Undocumented
Class ​Test​Filling​Values Undocumented
Class ​Test​Masked​Array Undocumented
Class ​Test​Masked​Array​Arithmetic Undocumented
Class ​Test​Masked​Array​Attributes Undocumented
Class ​Test​Masked​Array​Functions Undocumented
Class ​Test​Masked​Array​In​Place​Arithmetic Undocumented
Class ​Test​Masked​Array​Math​Methods Undocumented
Class ​Test​Masked​Array​Math​Methods​Complex Undocumented
Class ​Test​Masked​Array​Methods Undocumented
Class ​Test​Masked​Constant Undocumented
Class ​Test​Masked​Fields No class docstring; 0/1 instance variable, 1/11 method documented
Class ​Test​Masked​Object​Array Undocumented
Class ​Test​Masked​View Undocumented
Class ​Test​Masked​Where​Aliases Undocumented
Class ​Test​Optional​Args Undocumented
Class ​Test​Ufuncs 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
__author__: str =

Undocumented

num_dts =

Undocumented

num_ids =

Undocumented

suppress_copy_mask_on_assignment =

Undocumented

def test_append_masked_array():

Undocumented

def test_append_masked_array_along_axis():

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):

Undocumented

def test_astype_mask_ordering():

Undocumented

def test_default_fill_value_complex():

Undocumented

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

Undocumented

def test_fieldless_void():

Undocumented

def test_mask_shape_assignment_does_not_break_masked():

Undocumented

def test_masked_array():

Undocumented

def test_masked_array_no_copy():

Undocumented

def test_ufunc_with_out_varied():
Test that masked arrays are immune to gh-10459
def test_ufunc_with_output():

Undocumented