Replace json file output with csv file
@ehariton is already working on this.
Since May 29, 2026.
- Dominant language
- Python
- Stars
- 287
- Forks
- 140
- Avg merge
- 6d 14h
- Merged PRs (30d)
- 18
Description
Desired capability or behavior.
We should investigate replacing the custom json file that is created to save the results of a design mission (used to "re-load" the problem for off-design) with a csv file using the new utility for that.
Suggested implementation.
Aviary should always produce a csv file with the post-optimization values for all OpenMDAO variables in the variable hierarchy as well as all options in the hierarchy. This can be re-used for off-design runs. The json file format currently only saves variables that were originally specified in the input file, and isn't capturing changes in those values which is important for design variables. We still need to solve that problem for this new format.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.