Skip to content

Commit b328d49

Browse files
Add MaunaLoa_CO2.txt to cached files (#1615)
* Add MaunaLoa_CO2.txt * Reorder cached file list
1 parent 4b80f3c commit b328d49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pygmt/helpers/testing.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,16 @@ def download_test_data():
167167
"@N00W090.earth_relief_03m_p.nc",
168168
# Earth seafloor age grids
169169
"@earth_age_01d_g",
170-
"S90W180.earth_age_05m_g.nc" # Specific grid for 05m test
170+
"@S90W180.earth_age_05m_g.nc", # Specific grid for 05m test
171171
# Other cache files
172172
"@EGM96_to_36.txt",
173+
"@MaunaLoa_CO2.txt",
174+
"@Table_5_11.txt",
173175
"@fractures_06.txt",
174176
"@hotspots.txt",
175177
"@ridge.txt",
176178
"@mars370d.txt",
177179
"@srtm_tiles.nc", # needed for 03s and 01s relief data
178-
"@Table_5_11.txt",
179180
"@test.dat.nc",
180181
"@tut_bathy.nc",
181182
"@tut_quakes.ngdc",

0 commit comments

Comments
 (0)