You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 usingsys.stdout
.A flag to toggle printouts is desired - the best place for this seems to be
dm.run_problem()
. Suggested name for the option isconstraint_report
, bool, defaults to True.Example
No response
The text was updated successfully, but these errors were encountered: