-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compatibility for OpenMDAO 3.16 (#37)
* Updated docs for updated OAS * Fixed src_indices error in OAS aerostruct tests (in OM 3.16.0), not sure if this is OM bug or expected * Addressed src_indices deprecation warning in takeoff phases * Small changes for src_indices to make backward compatible with OpenMDAO 3.10.0 * Simplified setup.py and GHA yaml to install only necessary packages (no more openmdao[docs]) * Added call directly to aerostructural tests to figure out why the stall * Changed parallel pool initialization in OAS integration to properly clean up pool * Trying to change OMP_NUM_THREADS to 1 to improve OAS training time * Try something different with environment variable * I was being dumb, there's a GHA way of setting environment vars * Debugging pytest on OAS stuff * Adding coverage to test pytest call * Added cleanup for multiprocessing with pytest-cov * Removed pytest-cov parallel pool cleanup since it doesn't work since python 3.8 (and removed commented out old steady flight phase) * Removed dependencies to old OpenMDAO docs modules (embed-code -> literalinclude) * Removed redbaron dependency, created docs extras_require, and removed OAS debug from GHA yaml * Bumped RTD build to use Python 3.8 * Added plot extras_require and installed docs extras_require on GHA * Removed some stuff from conf.py that's already in the sphinx_mdolab_theme one * Fixed code blocks so the use the MDO Lab 's Sphinx theme * Dedented ODE integration code in docs * Fixed monospaced font in docs * Removed commented out code in conf.py * Removed monospaced fonts from RTD headers * Fixed underline problem in RST files * Removed italics to fix monospace in prop modeling docs * Fixed a typo in docs that said OpenMDAO instead of OpenConcept
- Loading branch information
1 parent
a512c84
commit 171196e
Showing
20 changed files
with
111 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.4.0' | ||
__version__ = '0.4.1' |
Oops, something went wrong.