Skip to content

Test does not pass: tests.unittests.algo.test_dehb.TestDEHB.test_state_dict #1137

@notoraptor

Description

@notoraptor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions