Skip to content

Commit

Permalink
Add type
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Sep 2, 2023
1 parent 39f09f2 commit 003c9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantflow/utils/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
NumberType = Union[float, int, str, Number]
Vector = Union[int, float, complex, np.ndarray]
FloatArray = npt.NDArray[np.float_]
IntArray = npt.NDArray[np.int_]
FloatArrayLike = FloatArray | float


Expand Down

0 comments on commit 003c9f8

Please sign in to comment.