Skip to content

Commit

Permalink
fix: bool direct transfer
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Dec 11, 2024
1 parent 47e7305 commit b0f6ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/quaxed/numpy/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ def __dir__() -> list[str]:
_DIRECT_TRANSFER: frozenset[str] = frozenset(
(
"bfloat16",
"bool",
"bool_",
"character",
"dtype",
"e",
Expand Down

0 comments on commit b0f6ba6

Please sign in to comment.