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
Some tests are using the deprecated value keyword in set_val.
This deprecation should have been removed in OpenMDAO/OpenMDAO#2753 but was missed, and the corresponding uses in dymos were then also missed.
e.g.
dymos/dymos/examples/finite_burn_orbit_raise/test/test_ex_two_burn_orbit_raise_bokeh_plots.py:TestExampleTwoBurnOrbitRaise.test_bokeh_plots ... FAIL (00:00:2.63, 491 MB)
/mdao/u/swryan/.conda/envs/dymos_20230419-001732/lib/python3.10/site-packages/openmdao/core/problem.py:538: OMDeprecationWarning:Problem problem280 'value' will be deprecated in 4.0. Please use 'val' in the future.
The text was updated successfully, but these errors were encountered:
Task Description
Some tests are using the deprecated
value
keyword inset_val
.This deprecation should have been removed in OpenMDAO/OpenMDAO#2753 but was missed, and the corresponding uses in
dymos
were then also missed.e.g.
The text was updated successfully, but these errors were encountered: