Skip to content

Commit

Permalink
from np.int to int
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Mar 22, 2023
1 parent 3b1caf8 commit b381b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgcval2/timeseries/timeseriesTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def getHorizontalSlice(nc, coords, details, layer, data=''):
if type(layer) in [
type(0),
np.int64,
np.int,
int,
]:
k = layer
try:
Expand Down

0 comments on commit b381b27

Please sign in to comment.