Undocumented
Class | TestArrayToIndexDeprecation |
Creating an an index from array not 0-D is an error. |
Class | TestBooleanIndexing |
Undocumented |
Class | TestBroadcastedAssignments |
Undocumented |
Class | TestCApiAccess |
Undocumented |
Class | TestFancyIndexingCast |
Undocumented |
Class | TestFancyIndexingEquivalence |
Undocumented |
Class | TestFieldIndexing |
Undocumented |
Class | TestFloatNonIntegerArgument |
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). |
Class | TestIndexing |
Undocumented |
Class | TestMultiIndexingAutomated |
These tests use code to mimic the C-Code indexing for selection. |
Class | TestMultipleEllipsisError |
An index can only have a single ellipsis. |
Class | TestNonIntegerArrayLike |
Tests that array_likes only valid if can safely cast to integer. |
Class | TestSubclasses |
Undocumented |