Skip to content

Commit bdbb794

Browse files
committed
Use unique earth_age tiles in test_dataset_to_strings_with_none_values
1 parent 99bc5d3 commit bdbb794

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pygmt/helpers/caching.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def cache_data():
4242
# Names like @N35E135.earth_relief_03s_g.nc are for internal use only.
4343
# The naming scheme may change. DO NOT USE IT IN YOUR SCRIPTS.
4444
"@N00W030.earth_age_01m_g.nc",
45+
"@N30E060.earth_age_01m_g.nc",
46+
"@N30E090.earth_age_01m_g.nc",
4547
"@N00W030.earth_faa_01m_p.nc",
4648
"@N00W030.earth_geoid_01m_g.nc",
4749
"@S30W060.earth_mag_02m_p.nc",

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", "@N00W010.earth_relief_15s_p.nc"]
154+
tiles = ["@N30E060.earth_age_01m_g.nc", "@N30E090.earth_age_01m_g.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)