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
> assert fig.dpi == 240
E assert 360 == 240
E + where 360 = <Figure size 1800x720 with 0 Axes>.dpi
tests/test_backend_gl.py:252: AssertionError
The same test works for test_backend_qt.py so it has to be some problem with the dpi (which doesn't really work yet anyway) introduced by the gl backend.
The text was updated successfully, but these errors were encountered:
The test fails with:
The same test works for test_backend_qt.py so it has to be some problem with the dpi (which doesn't really work yet anyway) introduced by the gl backend.
The text was updated successfully, but these errors were encountered: