OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
134 stars 59 forks source link

Added db filenames to run examples #240

Closed johnjasa closed 5 months ago

johnjasa commented 5 months ago

Summary

I think this should fix the nightly benchmark failures. The error was caused by trying to read an SQL file while it was being written. I've seen this happen before when the .db file has the same name. By giving unique names we should sidestep this issue.

Related Issues

Backwards incompatibilities

None

New Dependencies

None