Skip to content

Commit

Permalink
change back
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Dec 17, 2024
1 parent a027913 commit 0397136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 ArrayLike
from numpy import float64
from numpy.typing import NDArray

FloatArray = ArrayLike #NDArray[float64]
FloatArray = NDArray[float64]

0 comments on commit 0397136

Please sign in to comment.