Figure.wiggle: Reorder input parameter to 'data, x, y, z'#1548
Conversation
d054001 to
12799f4
Compare
12799f4 to
95fa173
Compare
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
|
Any idea why the docs CI suddenly fails? |
I don't understand either. The scheduled docs build worked 10 hours ago at https://github.com/GenericMappingTools/pygmt/actions/runs/1292065680. The logs for this PR show this error message: but I thought we fixed that in #1264, and I did try to build the docs locally though, and it seems that I can't download the remote data files somehow. E.g. doing But accessing the link at http://oceania.generic-mapping-tools.org/gmt_data_server.txt works in a browser (though it redirects to https). So not sure what's breaking 😕 |
I had the same problems starting a few hours ago with the remote files. Download was successful with CLI curl. Pinging @PaulWessel as an FYI that others are encountering the same issue. |
|
I tried and got the same error. But notice that this works
while this doesn't:
So since we have not changed gmt from using http in these calls, presumably something happened to the server. Note I updated CentOS today which installed lots of updated libs etc, including gmt6.2. How would that break anything? It clearly works via https but not http. Perhaps SOEST RCF did something ? |
|
Well, manually switching to https worked, i.e. with gmt [INFORMATION]: Downloading file https://oceania.generic-mapping-tools.org/gmt_data_server.txt ...
gmt [INFORMATION]: Downloading file https://oceania.generic-mapping-tools.org/gmt_hash_server.txt ...
gmtwhich [INFORMATION]: Writing Data Table to Standard Output stream
gmtwhich [INFORMATION]: -> Download cache file: @tut_bathy.nc
gmtwhich [INFORMATION]: Downloading file https://oceania.generic-mapping-tools.org/cache/tut_bathy.nc ...
/home/username/.gmt/cache/tut_bathy.nc |
…pingTools#1548) Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Description of proposed changes
Address #1479
Reminders
make formatandmake checkto 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