Skip to content

Commit

Permalink
Change test_score values
Browse files Browse the repository at this point in the history
  • Loading branch information
adjeiv committed Nov 6, 2023
1 parent cc9f661 commit b4dd960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def test_terminator_cv_score_reporting(mock: MagicMock) -> None:
scores = {
"fit_time": np.array([2.01, 1.78, 3.22]),
"score_time": np.array([0.33, 0.35, 0.48]),
"test_score": np.array([0.04, 2.0, 1.5]),
"test_score": np.array([0.04, 0.80, 0.70]),
}
mock.return_value = scores

Expand Down

0 comments on commit b4dd960

Please sign in to comment.