Skip to content

Commit e67cd66

Browse files
authored
Fix the tile_map doctest which has different output on Windows in the GMT Legacy Tests (#3353)
1 parent d7560fa commit e67cd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/datasets/tile_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def load_tile_map(
122122
* band (band) uint8 ... 1 2 3
123123
* y (y) float64 ... -7.081e-10 -7.858e+04 ... -1.996e+07 -2.004e+07
124124
* x (x) float64 ... -2.004e+07 -1.996e+07 ... 1.996e+07 2.004e+07
125-
spatial_ref int64 ... 0
125+
spatial_ref int... 0
126126
>>> # CRS is set only if rioxarray is available
127127
>>> if hasattr(raster, "rio"):
128128
... raster.rio.crs

0 commit comments

Comments
 (0)