John Jasa
John Jasa
Thanks, Eric! I've merged a fix to this just now. Sqlitedict is no longer needed, so I have removed all imports of it. If you notice anything else, feel free...
This should work for you: ``` from openaerostruct.utils.plot_wing import disp_plot args = [[], []] args[1] = 'aero.db' disp_plot(args=args) ``` Make sure you're trying to view an optimization case, not an...
I agree. It's easier to think of `t` as the integration variable, not necessarily `time`, so those `t_initial` and `t_duration` aren't necessarily confusing. I haven't used `time_phase_targets` myself, I don't...
Ken has helpful words here too: https://github.com/OpenMDAO/Aviary/pull/236#issuecomment-2070624783