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

Fixed test for change of jacobian keys in OpenMDAO 3.31 #47

Merged
merged 2 commits into from Mar 7, 2024

Conversation

swryan
Copy link
Contributor

@swryan swryan commented Mar 7, 2024

As of OpenMDAO 3.31.0, the keys in the jacobian are the 'user facing' names given to the design vars and responses, rather than the absolute names that were used previously.

This test is comparing the computed jacobian to one that was saved to a pickle with an earlier version of OpenMDAO, so the old keys need to be translated to the new keys.

@swryan swryan merged commit f1f5b00 into OpenMDAO:master Mar 7, 2024
2 checks passed
@swryan swryan deleted the om331 branch March 7, 2024 15:32
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 this pull request may close these issues.

None yet

3 participants