OpenMDAO / pyCycle

Thermodynamic cycle modeling library, built on top of OpenMDAO
Other
75 stars 51 forks source link

change the way tabular data is loaded, so it only gets imported once #43

Closed JustinSGray closed 3 years ago

JustinSGray commented 3 years ago

comments from beta testers indicated that having a lot of separate objects load the pickle file was causing problems. Changed it to only load once instead.