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

Unskip several skipped tests #139

Merged
merged 8 commits into from
Jun 18, 2024
Merged

Unskip several skipped tests #139

merged 8 commits into from
Jun 18, 2024

Conversation

riley-harper
Copy link
Contributor

Closes #21.

This PR rewrites 2 skipped tests and removes the other 2. I added some detailed commit messages with reasons for rewriting or removing each test. Now all of the tests should be running and passing.

This PR also makes a few small changes to other tests, removing debugging code or renaming tests with incorrect names.

model_exploration_test.test_step_3_get_feature_importances_random_forest is
covered by tests for training step 3 in training_test.py.
This tests Training step 3 with a probit model instead of a random forest
model. Probit models save coefficients, not feature importances.
This required some heavy refactoring. I think that this test was really old.
The new checks are very similar to the checks in the old test.
Reading the comment at the top of this test, I went looking for something that
directly replaced the "secondary_threshold" matching attribute. I couldn't find
anything that looked closely related. So let's just remove this test.
@riley-harper riley-harper merged commit 2c9c787 into main Jun 18, 2024
6 checks passed
@riley-harper riley-harper deleted the unskip_tests branch June 18, 2024 19:46
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.

Evaluate and work on skipped tests
1 participant