When attempting to specify the name of the file to use for a case recorder via the run_problem interface, dymos expects a string rather than a recorder object. This makes it impossible to set other options of the recorder, such as append.
The argument should be changed to accept recorder objects in addition to strings. This would preserve the current behavior but allow more detailed specification of the recorder to be used.
Proposed feature.
When attempting to specify the name of the file to use for a case recorder via the
run_problem
interface, dymos expects a string rather than a recorder object. This makes it impossible to set other options of the recorder, such asappend
.The argument should be changed to accept recorder objects in addition to strings. This would preserve the current behavior but allow more detailed specification of the recorder to be used.
Example
No response