diff --git a/ci/azure-pipelines-mac.yml b/ci/azure-pipelines-mac.yml index 75a9f9b5b6b..5befaab4406 100644 --- a/ci/azure-pipelines-mac.yml +++ b/ci/azure-pipelines-mac.yml @@ -102,6 +102,9 @@ steps: gmt which -Ga $data gmt which -Ga $data gmt get -Dcache + # Download extra tiles for tests + # test/grdimage/rounding.sh + gmt grdcut -R3:57/4:18/44:00/44:15 @earth_relief_03s -G/dev/null displayName: Download remote data condition: ne(variables['CACHE_CACHEDATA_RESTORED'], true) diff --git a/test/grdimage/rounding.ps b/test/grdimage/rounding.ps new file mode 100644 index 00000000000..372854698cd Binary files /dev/null and b/test/grdimage/rounding.ps differ diff --git a/test/grdimage/rounding.sh b/test/grdimage/rounding.sh new file mode 100755 index 00000000000..88109746420 --- /dev/null +++ b/test/grdimage/rounding.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +# Failing script while fixing https://forum.generic-mapping-tools.org/t/error-pygmt-gmtcliberror-module-grdimage-failed-with-status-code-78/829 +# Now reported as issue https://github.com/GenericMappingTools/gmt/pull/4130 + +gmt begin rounding ps + gmt subplot begin 2x1 -SCb -SRl -Bwsne -Fs10c/0 -R3:57/4:18/44:00/44:15 -JM10c -X5c + gmt grdimage -R3:57/4:18/44:00/44:15 -JM? @earth_relief_03s -Cgeo -I -c0 + gmt grdimage -R3.970/4.270/44.000/44.250 -JM? @earth_relief_03s -Cgeo -I -c1 + gmt subplot end +gmt end show