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

getValues does not return all values with major=False #250

Open
ewu63 opened this issue May 5, 2021 · 0 comments
Open

getValues does not return all values with major=False #250

ewu63 opened this issue May 5, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ewu63
Copy link
Collaborator

ewu63 commented May 5, 2021

Description

Describe the bug here

Steps to reproduce issue

  1. Run an optimization with SNOPT, and store the history
  2. Call getValues without specifying values, and with major=False

Current behavior

The major flag gets switched to True, and only those are returned.
This is probably because all values include some which are only defined at major iterations, so the internal check changes it to major=True.

Expected behavior

Perhaps the major-only values are skipped, and the rest are returned at all iterations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant