Skip to content

Commit

Permalink
chore: fix determnism
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed May 2, 2024
1 parent 1263954 commit d830785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/seeding/test_seeding.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def test_seed_sklearn(model_class, parameters, load_data, default_configuration)

with warnings.catch_warnings():
warnings.simplefilter("ignore", category=ConvergenceWarning)
warnings.simplefilter("ignore", category=UserWarning)
# Fit the model
model, sklearn_model = model.fit_benchmark(x, y)

Expand Down

0 comments on commit d830785

Please sign in to comment.