You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have looked with @bjlittle and we expect this is a hangover from the old idiff, where the duplicate check was for URI's. It's now for file names, and duplicates are expected during the acceptance process.
How To Reproduce
Steps to reproduce the behaviour:
Change any graphics test (anything that is a subclass of tests.GraphicsTest) to produce a different image from what's expected.
I just ran the Iris tests against Matplotlib and Cartopy main branches and saw a lot of image comparison failures. Both packages are likely to release fairly soon so it might be worth bumping this issue up the priority list.
🐛 Bug Report
Thanks @rcomer for spotting this 🙂
Have looked with @bjlittle and we expect this is a hangover from the old idiff, where the duplicate check was for URI's. It's now for file names, and duplicates are expected during the acceptance process.
How To Reproduce
Steps to reproduce the behaviour:
tests.GraphicsTest
) to produce a different image from what's expected.Accept
in the idiff window when it appears.DUPLICATE: result-gallery_tests.test_plot_COP_maps.0.png -> gallery_tests.test_plot_COP_maps.0.png (ignored)
Expected behaviour
Should instead get a
ACCEPTED: ...
message instead, with theimage_repo.json
file getting updated and the PNG file being renamed.Screenshots
Environment
python -c "import iris; print(iris.__version__)"
]Iris releases since
v3.3
.Additional context
Click to expand this section...
The text was updated successfully, but these errors were encountered: