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

Add option to control printouts (constraint report) #1136

Open
jkirk5 opened this issue Dec 19, 2024 · 1 comment
Open

Add option to control printouts (constraint report) #1136

jkirk5 opened this issue Dec 19, 2024 · 1 comment
Assignees

Comments

@jkirk5
Copy link

jkirk5 commented Dec 19, 2024

Proposed feature.

Currently, when calling run_problem() the "Constraint Report" for your trajectory is printed to the terminal. There is no way to disable this printout except to redirect all printouts to a different location using sys.stdout.

A flag to toggle printouts is desired - the best place for this seems to be dm.run_problem(). Suggested name for the option is constraint_report, bool, defaults to True.

Example

No response

@robfalck
Copy link
Contributor

Rather than make this an option, we'll probably just remove it altogether since OpenMDAO's optimization report summarizes the information.

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

No branches or pull requests

2 participants