-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autotag #17
Merged
Merged
Autotag #17
Conversation
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
Pull Request Test Coverage Report for Build 153
💛 - Coveralls |
bbrelje
requested review from
eytanadler
and removed request for
kanekosh and
bernardopacini
July 21, 2020 15:08
eytanadler
approved these changes
Jul 21, 2020
bbrelje
added a commit
that referenced
this pull request
Jul 21, 2020
* Openmdao 2.8 to 2.9 breaking change - fixes integration test * Pin pytest-cov version to fix Travis build issue * yet another attempt to get Travis functioning * get sphinx plugin direct from openmdao instead of porting it * Pin Sphinx to maintain py2 backward compatibility on Appveyor * pin sphinxcontrib-websupport to avoid py2 compat issues on appveyor * Basic doc updates (#13) * Update docs, add thermal and hybrid integration test (#14) * Update docs, add thermal and hybrid integration test * clean up hybrid twin test, deprecate old spec energy interface * More integration tests (#15) * Update docs, add thermal and hybrid integration test * clean up hybrid twin test, deprecate old spec energy interface * All example aircraft included in integration testing * Add CFM56 surrogate and B737-800 test case (#16) * Add B737 model * Cache surrogate models * Bring cached krige surrogate into openconcept until it's in OpenMDAO * add reg test for 737-800 * matplotlib dependency moved to pass tests * py2 build failing - needs init.py * Apparently coveralls is broken * Py2 slightly different answer on reg tests * Autotag (#17) * eliminate the distinction between simpson intervals and num nodes * Fix om 3.0 breaking change due to coding error * Updated integrator class to create vars at configure time * Fix deprecation warnings in tests * Remove python 2 from test matrix now that we have hard openmdao 3 dependency * Ben fixed everything and updated unit tests for new integration syntax Co-authored-by: Ben Brelje <[email protected]> Co-authored-by: Ben Brelje <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Fix a bunch of deprecations and introduce modified/improved integrator component
Type of change
What types of change is it?
Testing
Explain the steps needed to test the new code to verify that it does indeed address the issue and produce the expected behavior.
Checklist