Skip to content

Commit

Permalink
Merge branch 'NOAA-MDL:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
alcoat authored May 1, 2024
2 parents b9145e1 + dadabda commit 74c1e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion src/grib2io/_grib2io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ def interpolate(self, method, grid_def_out, method_options=None, drtn=None,
elif msg.typeOfValues == 1:
dtype = 'int32'
msg._data = interpolate(self.data,method,Grib2GridDef.from_section3(self.section3),grid_def_out,
method_options=method_options).reshape(msg.ny,msg.nx)
method_options=method_options,num_threads=num_threads).reshape(msg.ny,msg.nx)
msg.section5[0] = grid_def_out.npoints
return msg

Expand Down

0 comments on commit 74c1e2d

Please sign in to comment.