We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20e0f2 commit 92afd51Copy full SHA for 92afd51
pygmt/tests/test_grdimage.py
@@ -154,7 +154,7 @@ def test_grdimage_global_subset(grid_360):
154
GMT_GRID_IS_CARTESIAN). This is a regression test for
155
https://github.com/GenericMappingTools/pygmt/issues/732.
156
"""
157
- # Get a slice of South America and Africa only (lat=-90:31, lon -180:41)
+ # Get a slice of South America and Africa only (lat=-90:31, lon=-180:41)
158
sliced_grid = grid_360[0:121, 0:221]
159
assert sliced_grid.gmt.registration == 0 # gridline registration
160
assert sliced_grid.gmt.gtype == 0 # Cartesian coordinate system
0 commit comments