FLOWFarm.jl Integration#182
Open
BTV25 wants to merge 15 commits into
Open
Conversation
cfrontin
requested changes
Apr 2, 2026
Collaborator
cfrontin
left a comment
There was a problem hiding this comment.
overall, this looks pretty good! let's fight through some of the architecture stuff and try to clean up. one thing I was noticing fairly consistently is that there is a lot of complex and potentially over-engineered (possibly AI produced?) code and we should make sure to keep it as simple and clean as possible. FWIW, I'm fine w/ AI-supported code but I do demand a tight leash with it: a human somewhere needs to know what every single line does and why it's necessary.
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.
Added FLOWFarm.jl as an aero model. Added integration tests. Added a README specific to FLOWFarm.jl and Julia setup. I attempted to keep the integration as noninvasive as possible, focusing on the fact that Ard should still run without Julia as long as the FLOWFarm model is not being used.
I created a working example that imitates example 01 but just uses the FLOWFarm model.