Too Many phase_info's in the repo
Open
@cmbenne3 is already working on this.
Since Feb 13, 2026.
code cleanup
- Dominant language
- Python
- Stars
- 287
- Forks
- 140
- Avg merge
- 6d 14h
- Merged PRs (30d)
- 18
Description
Current Aviary Repo Size ~ 110k lines of code
Current number of phase_info instantiated in 28 different locations ~ 2.2k lines of code
phase_info currently takes up 2% of our total code which seems bloated. I think this could be cut down considerably by re-using phase_infos for more than one example / task.
Some tests that only use cruise for example, could just copy the cruise section out of example_phase_info.py
Phases that had more extensive changes could just import a standard phase_info and make modifications.
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.