Refactor/scaffold gui#110
Merged
ryanmccann1024 merged 6 commits intorefactor/scaffoldfrom Aug 13, 2025
Merged
Conversation
…/scaffold # Conflicts: # fusion/helper_scripts/sim_helpers.py
Moved files to more scalable directories. Changed naming conventions to be more consistent and readable. Broke up multi-class files into multiple single class files. Added skeleton files for future refactor.
… correlate to new run function.
Collaborator
|
We might want to resolve those conflicts first so the rest of the checks can run. I don't think any of the pipelines ran on the pull request, only the pull request target |
ryanmccann1024
requested changes
Aug 12, 2025
…/scaffold_gui # Conflicts: # fusion/sim/utils.py
ryanmccann1024
added a commit
that referenced
this pull request
Aug 14, 2025
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.
Description
This PR refactors the GUI's pathing and directory topology to improve readability and scalability of the project. It additionally brings the GUI's run process in line with other simulation types.
Fixes # (issue)
Fixes: The GUI can now be run through the Run pipeline specific to refactored modules.
Type of Change
Please delete options that are not relevant. Please specify if change
applies to GUI.
Testing
All changes were tested by:
* Running of the GUI through CLI using:
git push --set-upstream origin refactor/scaffold_gui