Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tests are using the deprecated value keyword in set_val #925

Closed
swryan opened this issue Apr 19, 2023 · 0 comments · Fixed by #926
Closed

Some tests are using the deprecated value keyword in set_val #925

swryan opened this issue Apr 19, 2023 · 0 comments · Fixed by #926
Assignees

Comments

@swryan
Copy link
Contributor

swryan commented Apr 19, 2023

Task Description

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants