-
Notifications
You must be signed in to change notification settings - Fork 224
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
Update fig.solar baseline images for GMT 6.2.0rc1 #1232
Conversation
Summary of changed imagesThis is an auto-generated report of images that have changed on the DVC remote
Image diff(s)Added imagesModified images
Report last updated at commit 0b9544c |
Four tests are still failing, off by a few pixels https://github.com/GenericMappingTools/pygmt/pull/1232/checks?check_run_id=2414751280#step:11:611: ____________________________ test_solar_terminators ____________________________
Error: Image dimensions did not match.
Expected shape: (892, 1836)
/home/runner/work/pygmt/pygmt/tmp-test-dir-with-unique-name/results/pygmt.tests.test_solar.test_solar_terminators/baseline.png
Actual shape: (893, 1947)
/home/runner/work/pygmt/pygmt/tmp-test-dir-with-unique-name/results/pygmt.tests.test_solar.test_solar_terminators/result.png
________ test_solar_set_terminator_datetime[terminator_datetime_string] ________
Error: Image dimensions did not match.
Expected shape: (892, 1836)
/home/runner/work/pygmt/pygmt/tmp-test-dir-with-unique-name/results/pygmt.tests.test_solar.test_solar_set_terminator_datetime_terminator_datetime_string/baseline.png
Actual shape: (893, 1947)
/home/runner/work/pygmt/pygmt/tmp-test-dir-with-unique-name/results/pygmt.tests.test_solar.test_solar_set_terminator_datetime_terminator_datetime_string/result.png
___________ test_solar_set_terminator_datetime[terminator_datetime1] ___________
Error: Image dimensions did not match.
Expected shape: (892, 1836)
/home/runner/work/pygmt/pygmt/tmp-test-dir-with-unique-name/results/pygmt.tests.test_solar.test_solar_set_terminator_datetime_terminator_datetime1/baseline.png
Actual shape: (893, 1947)
/home/runner/work/pygmt/pygmt/tmp-test-dir-with-unique-name/results/pygmt.tests.test_solar.test_solar_set_terminator_datetime_terminator_datetime1/result.png
________________________ test_solar_default_terminator _________________________
Error: Image dimensions did not match.
Expected shape: (892, 1836)
/home/runner/work/pygmt/pygmt/tmp-test-dir-with-unique-name/results/pygmt.tests.test_solar.test_solar_default_terminator/baseline.png
Actual shape: (893, 1947)
/home/runner/work/pygmt/pygmt/tmp-test-dir-with-unique-name/results/pygmt.tests.test_solar.test_solar_default_terminator/result.png |
@seisman, I'll push a commit to mark the failing |
Yes, please. |
…s#1232) * Mark fig.solar tests with xfail Co-authored-by: Wei Ji <[email protected]>
Description of proposed changes
Address #1217
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