Skip to content

Add MaunaLoa_CO2.txt to cached files #1615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pygmt/helpers/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,16 @@ def download_test_data():
"@N00W090.earth_relief_03m_p.nc",
# Earth seafloor age grids
"@earth_age_01d_g",
"S90W180.earth_age_05m_g.nc" # Specific grid for 05m test
"@S90W180.earth_age_05m_g.nc", # Specific grid for 05m test
# Other cache files
"@EGM96_to_36.txt",
"@MaunaLoa_CO2.txt",
"@Table_5_11.txt",
"@fractures_06.txt",
"@hotspots.txt",
"@ridge.txt",
"@mars370d.txt",
"@srtm_tiles.nc", # needed for 03s and 01s relief data
"@Table_5_11.txt",
"@test.dat.nc",
"@tut_bathy.nc",
"@tut_quakes.ngdc",
Expand Down