Skip to content

Commit

Permalink
Fix tests and update wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeissnerDS committed Oct 15, 2023
1 parent b61ff19 commit f69f896
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bluecast/tests/test_cast_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ 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] == 30

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

0 comments on commit f69f896

Please sign in to comment.