Skip to content

Commit

Permalink
Update the list of cached data files (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 23, 2024
1 parent 8b2a74c commit c9c347d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pygmt/helpers/caching.py
Expand Up @@ -57,9 +57,9 @@ def cache_data():
"@N00W030.earth_vgg_01m_p.nc",
"@S90E000.earth_wdmam_03m_g.nc",
"@N00W030.mars_relief_01m_g.nc",
"@N00W030.mercury_relief_01m_p.nc",
"@N00W030.moon_relief_01m_p.nc",
"@N00W030.pluto_relief_01m_p.nc",
"@N00W030.mercury_relief_01m_g.nc",
"@N00W030.moon_relief_01m_g.nc",
"@N00W030.pluto_relief_01m_g.nc",
"@N00W030.venus_relief_01m_g.nc",
# List of cache files.
"@EGM96_to_36.txt",
Expand Down
2 changes: 1 addition & 1 deletion pygmt/tests/test_datatypes_dataset.py
Expand Up @@ -151,7 +151,7 @@ def test_dataset_to_strings_with_none_values():
See the bug report at https://github.com/GenericMappingTools/pygmt/issues/3170.
"""
tiles = ["@N30W120.earth_relief_15s_p.nc", "@N00E000.earth_relief_15s_p.nc"]
tiles = ["@N30W120.earth_relief_15s_p.nc", "@N00W010.earth_relief_15s_p.nc"]
paths = which(fname=tiles, download="a")
assert len(paths) == 2
# 'paths' may contain an empty string or not, depending on if the tiles are cached.
Expand Down

0 comments on commit c9c347d

Please sign in to comment.