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

fix for test failure in test_error_estimation.py #1047

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

naylor-b
Copy link
Member

Summary

The Problem 'p' was getting garbage collected too early because 'p' was overwritten by the return val of eval_ode_on_grid. After that call, get_val was being called on the phase and failing because the model was gone at that point.

Related Issues

  • Resolves #

Backwards incompatibilities

None

New Dependencies

None

…as overwritten by return val of eval_ode_on_grid
@coveralls
Copy link

Coverage Status

coverage: 92.671% (-0.3%) from 92.976%
when pulling fbd9065 on naylor-b:small_test_fix
into e9c1ddf on OpenMDAO:master.

@robfalck robfalck merged commit 77fb991 into OpenMDAO:master Feb 20, 2024
10 checks passed
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.

3 participants