class documentation

class TestFloatNonIntegerArgument: (source)

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

Undocumented

def test_non_integer_sequence_multiplication(self): (source)

Undocumented

def test_reduce_axis_float_index(self): (source)

Undocumented

def test_valid_indexing(self): (source)

Undocumented

def test_valid_slicing(self): (source)

Undocumented