Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeissnerDS committed Oct 15, 2023
1 parent 138122b commit 0cd13b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluecast/tests/test_cast_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_blueprint_cv_xgboost(synthetic_train_test_data):
len(automl_cv.experiment_tracker.experiment_id)
<= train_config.hyperparameter_tuning_rounds * 5 # 5 = default split
) # due to Optuna pruning
assert automl_cv.experiment_tracker.experiment_id[-1] == 9
assert automl_cv.experiment_tracker.experiment_id[-1] == 30

# Assert that the bluecast_models attribute is updated
assert len(automl_cv.bluecast_models) == 5
Expand Down

0 comments on commit 0cd13b9

Please sign in to comment.