Skip to content

Commit

Permalink
fix(sat-etl): numpy -> np
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Dec 25, 2024
1 parent bb16f42 commit 99a0059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/sat/download_process_sat.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def write_to_zarr(
},
}
try:
with numpy.errstate(divide="ignore"):
with np.errstate(divide="ignore"):
write_job = da.chunk({
"time": 1,
"x_geostationary": -1,
Expand Down

0 comments on commit 99a0059

Please sign in to comment.