class documentation

class TestSubarray:

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
def test_aligned_empty(self):

Undocumented

def test_alignment(self):

Undocumented

def test_equivalent_record(self):
Test whether equivalent subarray dtypes hash the same.
def test_nonequivalent_record(self):
Test whether different subarray dtypes hash differently.
def test_shape_equal(self):
Test some data types that are equal
def test_shape_invalid(self):

Undocumented

def test_shape_matches_ndim(self):

Undocumented

def test_shape_monster(self):
Test some more complicated cases that shouldn't be equal
def test_shape_sequence(self):

Undocumented

def test_shape_simple(self):
Test some simple cases that shouldn't be equal
def test_single_subarray(self):

Undocumented