Closed swryan closed 3 months ago
I think the mpl plots were made before reports existed, and the bokeh report code is sort of weird in that it's not really triggered as a normal report. I'll put a quick fix in for this.
It's tricky to make the trajectory results report a true report because it involves plotting the simulated results for verification. And those are generated by running a whole other problem.
Description
I noticed
test_ex_two_burn_orbit_raise_bokeh_plots.py
was failing when I had the env varOPENMDAO_REPORTS=0
.Interestingly the similar matplotlib version of the test (nor any other test in the full test suite) is sensitive to this variable (see below).
This test should probably have a
with set_env_vars_context(OPENMDAO_REPORTS=1):
, but on the surface it's curious that the other test(s) don't have the same behavior...Example
Dymos Version
1.11.0
Relevant environment information
No response