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
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 anaconda repository, but I found it at https://pypi.org/project/sqlitedict/
I installed it by opening a anaconda environment terminal and did a $pip install -U sqlitedict
running the OAS_run_script did produce the aero.db and opened a window, but failed on showing anything, claiming it was not a valid database.
Make it easier for users to call plot_wing from the file directly instead of from the command line
The text was updated successfully, but these errors were encountered: