Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: shapelet
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Science Pipelines DM-S15-2
-
Team:Data Release Production
Description
When tests/profiles.py tests fail, they attempt to create live plots without checking for any variables that indicate that the display should be used.
These plots should be disabled, as they obscure the real error when the display is not available.
Tim Jenness, as a bystander for the reporting of this bug, would you care to review?
All changes in tickets/
DM-2492branches of shapelet, and all are trivial changes of "plotOnFailure=True" to "plotOnFailure=False".If you're curious about where the assertClose method comes from, it's in the utils package, in tests.py.