We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
matplotlib.tests.test_image.test_imread_pil_uint16 ... /home/mdboom/.pyenv/versions/miniconda3-3.16.0/lib/python3.4/site-packages/PIL/Image.py:665: ResourceWarning: unclosed file <_io.TextIOWrapper name='/matplotlib/tests/baseline_images/test_image/uint16.tif' mode='r+' encoding='UTF-8'> self.load() /matplotlib/image.py:1304: ResourceWarning: unclosed file <_io.BufferedReader name='/matplotlib/tests/baseline_images/test_image/uint16.tif'> im = pilread(fname) ok
The text was updated successfully, but these errors were encountered:
I think both @jenshnielsen and I took a pass at this and concluded the issue was in PIL.
Sorry, something went wrong.
Yes I tried fixing it in #4619 but that solution breaks other stuff
Ok. I have no problem punting -- it's helpful to have this issue exist to make it easily searchable, though.
Was fixed by #5515.
mdboom
No branches or pull requests
The text was updated successfully, but these errors were encountered: