Skip to content

Commit

Permalink
change definition of floatarray
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Dec 17, 2024
1 parent b8a94c9 commit 2c944a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pedon/_typing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from numpy import float64
from numpy.typing import NDArray

FloatArray = float | NDArray[float64]
FloatArray = NDArray[float64]

0 comments on commit 2c944a7

Please sign in to comment.