marcovanderbijl

Results 4 comments of marcovanderbijl

I failed in getting this to work, I tried; added from openaerostruct.utils.plot_wing import Display Display("aero.db") to my OAS_run_script and got an error on import sqlitedict. This is not in the...

yes! success! thanks a bunch! if someone tries to replicate, this is the complete solution: add from openaerostruct.utils.plot_wing import disp_plot args = [[], []] args[1] = 'aero.db' disp_plot(args=args) to your...

[sweep_table.txt](https://github.com/usuaero/MachUp/files/2542884/sweep_table.txt) [input.json.txt](https://github.com/usuaero/MachUp/files/2542888/input.json.txt) attached are the files I used as input

I could not find how to download older versions to see what commit broke things. Luckily I did find an old fork (https://github.com/antzor10/MachUp). Running that version and input tables worked...