Changes to use Green Algorithms core package instead of existing backend - #29
Merged
Conversation
Navirah
commented
Jul 20, 2026
ens-lgil
approved these changes
Jul 20, 2026
Llannelongue
approved these changes
Jul 22, 2026
Llannelongue
left a comment
Collaborator
There was a problem hiding this comment.
Looks good to me! Just added a question.
For later, it will also be good to have some tests that include the frontend.
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.
This PR includes changes for using Green Algorithms core package instead of the old
GA_toolsimplementation. This is done to keep GA4HPC updated with the latest changes to the core Green Algorithms methodology. Any old logic that is now housed withinga_corehas been removed.TESTS:
A test suite has been implemented that is set up to run automatically for main and dev branches (push and PRs both)
Some basic test cases have been added to test the backend pipeline to check if the configurations are created correctly and all the different stages in the pipeline work as expected.
NOTE: The test do not validate the numerical correctness of the output - but the general schema of the output and the pipeline flow. Since the
backendmainly callsga_core, testing numerical accuracy here is redundant since it is already done in thega_corepackage.