Models & data cleanup#1114
Merged
jkirk5 merged 16 commits intoOpenMDAO:mainfrom Apr 29, 2026
Merged
Conversation
Moved test polars & aircraft model out of FLOPS aero tests
jkirk5
commented
Apr 29, 2026
Contributor
Author
There was a problem hiding this comment.
Deleted, seems to be a holdover from the EOM name change
jkirk5
commented
Apr 29, 2026
Contributor
Author
There was a problem hiding this comment.
Deleted - it was one of the csv's generated from python data files. This one does not run as a standalone model because it needs two engines constructed (and this csv does not include the values for both engines). The python file is also just used for tests right now, so the csv is not necessary.
Kenneth-T-Moore
approved these changes
Apr 29, 2026
This file contains hidden or 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
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.
Summary
Reorganized all legacy files, aircraft inputs for testing only, python data input files for testing only, and similar files into
validation_cases/validation_data.There are a few Aviary input files (a engine model and an aircraft model) that were used for tests only and I found buried in various test folders. Those have been moved to validation_data as well.
Related Issues
Backwards incompatibilities
None
New Dependencies
None