File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ def cache_data():
42
42
# Names like @N35E135.earth_relief_03s_g.nc are for internal use only.
43
43
# The naming scheme may change. DO NOT USE IT IN YOUR SCRIPTS.
44
44
"@N00W030.earth_age_01m_g.nc" ,
45
+ "@N30E060.earth_age_01m_g.nc" ,
46
+ "@N30E090.earth_age_01m_g.nc" ,
45
47
"@N00W030.earth_faa_01m_p.nc" ,
46
48
"@N00W030.earth_geoid_01m_g.nc" ,
47
49
"@S30W060.earth_mag_02m_p.nc" ,
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" , "@N00W010.earth_relief_15s_p .nc" ]
154
+ tiles = ["@N30E060.earth_age_01m_g .nc" , "@N30E090.earth_age_01m_g .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