-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #347 (Fix type errors in lon/lat edge calculations)
This merge brings PR #347 (Fix type errors in calc_rectilinear_lon_edge and calc_rectilinear_lat_edge in grid.py #347, by @yantosca) into the GCPy 1.6.0 development stream. This PR fixes a type error (float -> int) in variables that are passed as the "num" argument to numpy.linspace. Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters