Undocumented
Constant | NPY_RELAXED_STRIDES_CHECKING |
Undocumented |
Function | test_array_array |
Undocumented |
Function | test_array_astype |
Undocumented |
Function | test_array_astype_to_string_discovery_empty |
Undocumented |
Function | test_array_astype_to_void |
Undocumented |
Function | test_array_astype_warning |
Undocumented |
Function | test_array_impossible_casts |
Undocumented |
Function | test_astype_copyflag |
Undocumented |
Function | test_broadcast_arrays |
Undocumented |
Function | test_contiguous_flags |
Undocumented |
Function | test_copy_order |
Undocumented |
Function | test_copyto |
Undocumented |
Function | test_copyto_fromscalar |
Undocumented |
Function | test_copyto_permut |
Undocumented |
Function | test_fastCopyAndTranspose |
Undocumented |
Function | test_full_from_list |
Undocumented |
Function | test_none_to_nan_cast |
Undocumented |
Function | test_object_array_astype_to_void |
Undocumented |
Function | test_string_to_boolean_cast |
Currently, for astype strings are cast to booleans effectively by calling bool(int(string) . This is not consistent (see gh-9875) and will eventually be deprecated. |
Function | test_string_to_boolean_cast_errors |
These currently error out, since cast to integers fails, but should not error out in the future. |
Function | test_string_to_complex_cast |
Undocumented |
Undocumented
Undocumented
Undocumented
Undocumented
Undocumented
Undocumented
astype
strings are cast to booleans effectively by
calling bool(int(string)
. This is not consistent (see gh-9875) and
will eventually be deprecated.