Skip to content

Commit

Permalink
Per #1747, since MET can now interpret both long and longlong's as in…
Browse files Browse the repository at this point in the history
…ts, there's no need to cast nx and ny to ints in the read_tmp_dataplane.py script anymore.
  • Loading branch information
JohnHalleyGotway committed Apr 6, 2021
1 parent a8f530f commit 13444f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion met/data/wrappers/read_tmp_dataplane.py
Expand Up @@ -27,7 +27,6 @@
grid[grid_attr] = attr_val
else:
met_attrs[attr] = attr_val
grid['nx'], grid['ny'] = int(grid['nx']), int(grid['ny'])
met_attrs['grid'] = grid
met_attrs['name'] = met_attrs['name_str']
del met_attrs['name_str']
Expand Down

0 comments on commit 13444f9

Please sign in to comment.