Skip to content

Commit

Permalink
include isnan in simple operations
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed May 24, 2024
1 parent 6b0d9cd commit d5fb9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/delayedarray/_isometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def _execute(left, right, operation):
"floor",
"trunc",
"sign",
"isnan"
]
)

Expand Down

0 comments on commit d5fb9e8

Please sign in to comment.