Skip to content

Commit 92afd51

Browse files
weiji14seisman
andauthored
Fix a typo
Co-authored-by: Dongdong Tian <[email protected]>
1 parent e20e0f2 commit 92afd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_grdimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_grdimage_global_subset(grid_360):
154154
GMT_GRID_IS_CARTESIAN). This is a regression test for
155155
https://github.com/GenericMappingTools/pygmt/issues/732.
156156
"""
157-
# Get a slice of South America and Africa only (lat=-90:31, lon -180:41)
157+
# Get a slice of South America and Africa only (lat=-90:31, lon=-180:41)
158158
sliced_grid = grid_360[0:121, 0:221]
159159
assert sliced_grid.gmt.registration == 0 # gridline registration
160160
assert sliced_grid.gmt.gtype == 0 # Cartesian coordinate system

0 commit comments

Comments
 (0)