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

Bugfix germsel correctness tests #393

Merged
merged 5 commits into from
Jan 30, 2024
Merged

Conversation

coreyostrove
Copy link
Contributor

@coreyostrove coreyostrove commented Jan 23, 2024

This PR updates the germ selection correctness/integration checks added to the unit tests in test_packages in a recent update to develop. These tests can be sensitive to various difference among OS and python version and so were failing on some runners. Additional solutions have been added to the tests to account for these local variations, and we now have all of the tests in the test_packages workflow passing. With the exception of python 3.11 on macOS which is failing because of an unrelated build error with CVXOPT.

Note: New commits are 52a793d and onward. The other commits are from the bugfix-stricter-line... branch which has already been merged in, but they still seem to show in the history as new in this branch. It is because I had accidentally selected to merge into master, fixed now.

Corey Ostrove added 5 commits January 9, 2024 17:15
Add additional possible solutions to the correctness checks.
Add in some more candidate solutions.
Print some additional diagnostic info on the runners.
Print some on-runner diagnostic information.
Add another candidate solution for greedy germ search.
@coreyostrove coreyostrove added this to the 0.9.12.1 milestone Jan 23, 2024
@coreyostrove coreyostrove requested a review from sserita January 23, 2024 23:17
@coreyostrove coreyostrove self-assigned this Jan 23, 2024
@coreyostrove coreyostrove changed the base branch from master to develop January 23, 2024 23:17
@coreyostrove coreyostrove requested review from rileyjmurray and a team as code owners January 23, 2024 23:17
@sserita sserita merged commit 5401465 into develop Jan 30, 2024
20 of 25 checks passed
@sserita sserita deleted the bugfix-germsel-correctness-tests branch January 30, 2024 19:15
@sserita
Copy link
Contributor

sserita commented Jan 30, 2024

I merged this in now because these tests were now the failing ones on beta. I'd like to get a clean set of tests before merging in other branches in for the release.

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.

2 participants