class documentation

class TestFloatNonIntegerArgument:

View In Hierarchy

These test that TypeError is raised when you try to use non-integers as arguments to for indexing and slicing e.g. a[0.0:5] and a[0.5], or other functions like array.reshape(1., -1).
Method test​_non​_integer​_argument​_errors Undocumented
Method test​_non​_integer​_sequence​_multiplication Undocumented
Method test​_reduce​_axis​_float​_index Undocumented
Method test​_valid​_indexing Undocumented
Method test​_valid​_slicing Undocumented
def test_non_integer_argument_errors(self):

Undocumented

def test_non_integer_sequence_multiplication(self):

Undocumented

def test_reduce_axis_float_index(self):

Undocumented

def test_valid_indexing(self):

Undocumented

def test_valid_slicing(self):

Undocumented