-
Notifications
You must be signed in to change notification settings - Fork 284
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
suspected mpl 3.4.1 regression for a graphical test #4090
Comments
@SciTools/peloton An ideal issues for the |
The comment on that test suggests that the grid is supposed to be blue and the colours were caused by a matplotlib bug. 😕 iris/lib/iris/tests/test_mapping.py Lines 241 to 244 in 83309c3
|
Maybe the fact that this test result has changed is telling us we can now remove the extra handling in Lines 1276 to 1280 in 83309c3
|
History: #109 |
🐛 Bug Report
How To Reproduce
As part of #4087, the perceptual image hash images have been updated to account for the associated changes within
iris
from the recent release ofmatplotlib
3.4.1.As part of #4087, SciTools/test-iris-imagehash#39 was raised to update the
test-iris-imagehash
archive.Consequently, there appears to be a regression for one the graphical test
iris.tests.test_mapping.TestLimitedAreaCube.test_grid.0
, see here for further details.Steps to reproduce the behaviour:
From the root directory of
iris
:git checkout 7fd7960e25cefc48c49a6e518cfd02f42fa860ea
pip install --no-deps --editable .
python setup.py test
python lib/iris/tests/idiff.py --results iris_image_test_output
Environment
iris
commit SHAAdditional context
Click to expand this section...
See here for further details.
The text was updated successfully, but these errors were encountered: