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

Add infeasible run test #155

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

datejada
Copy link
Member

Pull request details

Describe the changes made in this pull request

  1. Include an infeasible model in the test
  2. Add a check in the model after the solve to determine the status

List of related issues or pull requests

Closes #149

Collaboration confirmation

As a contributor I confirm

  • I read and followed the instructions in README.dev.md
  • The documentation is up to date with the changes introduced in this Pull Request (or NA)
  • Tests are passing
  • Lint is passing

@datejada datejada force-pushed the 149-test-for-infeasible-model branch from c32649a to 3b37b61 Compare October 18, 2023 11:48
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
src/model.jl 100.00% <100.00%> (ø)

📢 Thoughts on this report? Let us know!.

Copy link
Member

@abelsiqueira abelsiqueira left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM.

@datejada datejada merged commit 41233c8 into TulipaEnergy:main Oct 18, 2023
13 checks passed
@datejada datejada deleted the 149-test-for-infeasible-model branch October 18, 2023 12:05
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.

Add an infeasible model for testing
2 participants