Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Aug 4, 2023
1 parent 94b94d0 commit 291eda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_MetaCluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def test_MetaCluster_class():
model = MetaCluster(list_optimizer=list_optimizer, list_paras=list_paras, list_obj=list_obj, n_trials=3)
assert model.n_trials == 3
assert model.list_obj == list_obj
assert model.list_optimizer == list_optimizer
assert len(model.list_optimizer) == len(list_optimizer)

0 comments on commit 291eda3

Please sign in to comment.