Describe the bug
A unit test related to algo dehb fails: tests.unittests.algo.test_dehb.TestDEHB.test_state_dict
Expected behavior
@pytest.mark.skip(reason="fail on: assert algo.n_observed == n_observed_trials")
def test_state_dict(self, seed: int, phase: TestPhase):
"""
> assert algo.n_observed == n_observed_trials
E assert 32 == 38
"""
Steps to reproduce
tox -e py-all -- tests/unittests/algo/test_dehb.py::TestDEHB.test_state_dict
Environment
- OS: Ubuntu 20.04
- Python version: 3.10+
- Oríon version: devleop
- Database: mongodb