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
With the old GLUT GUI, tests could render an image on screen, write it to disc (with cmd.png()) and check the result. This doesn't work anymore with the PyQt GUI. Currently, tests only work headless (pymol -c ...). It would be great to find a way to test on-screen rendering with the PyQt GUI.
The text was updated successfully, but these errors were encountered:
With the old GLUT GUI, tests could render an image on screen, write it to disc (with
cmd.png()
) and check the result. This doesn't work anymore with the PyQt GUI. Currently, tests only work headless (pymol -c ...
). It would be great to find a way to test on-screen rendering with the PyQt GUI.The text was updated successfully, but these errors were encountered: