-
Notifications
You must be signed in to change notification settings - Fork 228
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
Conversation
pygmt/helpers/testing.py
Outdated
@@ -174,6 +174,7 @@ def download_test_data(): | |||
"@hotspots.txt", | |||
"@ridge.txt", | |||
"@mars370d.txt", | |||
"@MaunaLoa_CO2.txt", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things:
- Move this up to L172 to be after
@EGM96_to_36.txt
so that we're sorting by ASCIIbetical order (capital letters before small letters). Maybe move up@Table_5_11.txt
while you're at it. - Add an
@
and comma to L170 to fix the problem mentioned at Windows CI tests regularly failing due to issues with cached remote files for sph2grd #1602 (comment). Specifically, change"S90W180.earth_age_05m_g.nc"
to"@S90W180.earth_age_05m_g.nc",
- Trigger the cache download!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks Will!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge without waiting for 24 hours.
* Add MaunaLoa_CO2.txt * Reorder cached file list
As discussed by @weiji14 at this comment, this pull request adds the MaunaLoa_CO2.txt remote file to the cached files for testing.
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version