Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get tests running and enable PR/branch testing on GHA #27

Open
wants to merge 43 commits into
base: main
Choose a base branch
from

Conversation

blnicho
Copy link
Member

@blnicho blnicho commented Dec 12, 2024

This PR adds the GitHub Actions infrastructure for branch/PR testing and makes minor (non-functional) changes throughout the GTEP repo to get tests passing again.

NOTE: This PR builds off the dev branch so merging this will merge changes from dev into main.

After this is merged I will take a look at test coverage and start working on expanding the test suite.

@blnicho blnicho requested a review from rundxdi December 12, 2024 00:42
Comment on lines +106 to +107
# modObject.model.pprint()
# modObject.model.total_cost_objective_rule.pprint()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these even be here?


sol_object = ExpansionPlanningSolution()
sol_object.load_from_model(mod_object)
sol_object.dump_json("./gtep/tests/test_solution.json")
# sol_object.dump_json("./gtep/tests/test_solution.json")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants