Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
RektPunk committed Oct 5, 2024
1 parent c730b73 commit eb5cc98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_rektengine_xgb_fit(mock_dataset, mock_xgb_model):
xgb.train.assert_called_once_with(
dtrain="dtrain_mock",
verbose_eval=False,
num_boost_round=100,
params={"eval_metric": "rmse"},
evals_result={},
evals=[("dvalid_mock", _VALID_STR)],
Expand Down

0 comments on commit eb5cc98

Please sign in to comment.