Skip to content

Commit c9c347d

Browse files
authored
Update the list of cached data files (#3195)
1 parent 8b2a74c commit c9c347d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pygmt/helpers/caching.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def cache_data():
5757
"@N00W030.earth_vgg_01m_p.nc",
5858
"@S90E000.earth_wdmam_03m_g.nc",
5959
"@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",
6363
"@N00W030.venus_relief_01m_g.nc",
6464
# List of cache files.
6565
"@EGM96_to_36.txt",

pygmt/tests/test_datatypes_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_dataset_to_strings_with_none_values():
151151
152152
See the bug report at https://github.com/GenericMappingTools/pygmt/issues/3170.
153153
"""
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"]
155155
paths = which(fname=tiles, download="a")
156156
assert len(paths) == 2
157157
# 'paths' may contain an empty string or not, depending on if the tiles are cached.

0 commit comments

Comments
 (0)