Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions array_api_tests/dtype_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ class MinMax(NamedTuple):
if not hasattr(xp, "asarray"):
default_int = xp.int32
default_float = xp.float32
default_complex = xp.complex64 if api_version > "2021.12" else None
warn(
"array module does not have attribute asarray. "
"default int is assumed int32, default float is assumed float32"
Expand Down