class documentation

class TestSubarray: (source)

View In Hierarchy

Undocumented

Method test_aligned_empty Undocumented
Method test_alignment Undocumented
Method test_equivalent_record Test whether equivalent subarray dtypes hash the same.
Method test_nonequivalent_record Test whether different subarray dtypes hash differently.
Method test_shape_equal Test some data types that are equal
Method test_shape_invalid Undocumented
Method test_shape_matches_ndim Undocumented
Method test_shape_monster Test some more complicated cases that shouldn't be equal
Method test_shape_sequence Undocumented
Method test_shape_simple Test some simple cases that shouldn't be equal
Method test_single_subarray Undocumented
Method test_subarray_base_item Undocumented
Method test_subarray_cast_copies Undocumented
def test_aligned_empty(self): (source)

Undocumented

def test_alignment(self): (source)

Undocumented

def test_equivalent_record(self): (source)

Test whether equivalent subarray dtypes hash the same.

def test_nonequivalent_record(self): (source)

Test whether different subarray dtypes hash differently.

def test_shape_equal(self): (source)

Test some data types that are equal

def test_shape_invalid(self): (source)

Undocumented

def test_shape_matches_ndim(self): (source)

Undocumented

def test_shape_monster(self): (source)

Test some more complicated cases that shouldn't be equal

def test_shape_sequence(self): (source)

Undocumented

def test_shape_simple(self): (source)

Test some simple cases that shouldn't be equal

def test_single_subarray(self): (source)

Undocumented

def test_subarray_base_item(self): (source)

Undocumented

def test_subarray_cast_copies(self): (source)

Undocumented