Skip to content

Commit 07c9fc2

Browse files
authored
Revert "Remove np.float_ as a fill option"
This reverts commit e2f0456.
1 parent a211f8f commit 07c9fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrf/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class ProjectionTypes(object):
5959
np.dtype(np.uint32): 4294967295,
6060
np.dtype(np.int64): Constants.DEFAULT_FILL_INT64,
6161
np.dtype(np.uint64): 18446744073709551614,
62+
np.dtype(np.float_): Constants.DEFAULT_FILL_DOUBLE,
6263
np.dtype(np.float32): Constants.DEFAULT_FILL_FLOAT,
6364
np.dtype(np.float64): Constants.DEFAULT_FILL_DOUBLE
6465
}

0 commit comments

Comments
 (0)