Skip to content

Commit

Permalink
update numpy type int
Browse files Browse the repository at this point in the history
  • Loading branch information
charleschouette authored and yellowcap committed Dec 21, 2023
1 parent 34fffe3 commit 5111e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster/algebra/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"log": numpy.log,
"exp": numpy.exp,
"abs": numpy.abs,
"int": numpy.int,
"int": numpy.int_,
"round": numpy.round,
"sign": numpy.sign,
"min": numpy.min,
Expand Down

0 comments on commit 5111e2e

Please sign in to comment.