File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ def cache_data():
57
57
"@N00W030.earth_vgg_01m_p.nc" ,
58
58
"@S90E000.earth_wdmam_03m_g.nc" ,
59
59
"@N00W030.mars_relief_01m_g.nc" ,
60
- "@N00W030.mercury_relief_01m_p .nc" ,
61
- "@N00W030.moon_relief_01m_p .nc" ,
62
- "@N00W030.pluto_relief_01m_p .nc" ,
60
+ "@N00W030.mercury_relief_01m_g .nc" ,
61
+ "@N00W030.moon_relief_01m_g .nc" ,
62
+ "@N00W030.pluto_relief_01m_g .nc" ,
63
63
"@N00W030.venus_relief_01m_g.nc" ,
64
64
# List of cache files.
65
65
"@EGM96_to_36.txt" ,
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ def test_dataset_to_strings_with_none_values():
151
151
152
152
See the bug report at https://github.com/GenericMappingTools/pygmt/issues/3170.
153
153
"""
154
- tiles = ["@N30W120.earth_relief_15s_p.nc" , "@N00E000 .earth_relief_15s_p.nc" ]
154
+ tiles = ["@N30W120.earth_relief_15s_p.nc" , "@N00W010 .earth_relief_15s_p.nc" ]
155
155
paths = which (fname = tiles , download = "a" )
156
156
assert len (paths ) == 2
157
157
# 'paths' may contain an empty string or not, depending on if the tiles are cached.
You can’t perform that action at this time.
0 commit comments