Skip to content

Commit

Permalink
Add numpy float64 to FloatLike
Browse files Browse the repository at this point in the history
  • Loading branch information
bdg221 committed Oct 4, 2024
1 parent 72c0168 commit dc32389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mitiq/executor/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
None, # Untyped executors are assumed to return floats.
float,
np.float32,
np.float64,
Iterable[float],
List[float],
Sequence[float],
Expand Down

0 comments on commit dc32389

Please sign in to comment.