Closed josePhoenix closed 9 years ago
This test is failing with TclError: no display name and no $DISPLAY environment variable when run in a headless environment. It needs to be updated not to initialize the matplotlib GUI functionality (should just be display=False).
TclError: no display name and no $DISPLAY environment variable
display=False
Closed by https://github.com/mperrin/webbpsf/pull/32
This test is failing with
TclError: no display name and no $DISPLAY environment variable
when run in a headless environment. It needs to be updated not to initialize the matplotlib GUI functionality (should just bedisplay=False
).