Skip to content

Commit e6e4ee6

Browse files
committed
Update dependencies
1 parent e0c48b6 commit e6e4ee6

File tree

3 files changed

+910
-737
lines changed

3 files changed

+910
-737
lines changed

mpilot/libraries/eems/netcdf/io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class EEMSRead(Command):
2525
required=False,
2626
valid_types={
2727
"Float": numpy.float64,
28-
"Integer": numpy.int,
28+
"Integer": int,
2929
"Positive Float": numpy.float64,
3030
"Positive Integer": numpy.uint,
3131
"Fuzzy": numpy.float64,

0 commit comments

Comments
 (0)