orion icon indicating copy to clipboard operation
orion copied to clipboard

Fix older tests for TPE Algorithm

Open lebrice opened this issue 2 years ago • 0 comments

test_tpe.py contains two classes with the same name. As a result, the first group of tests are silently skipped. In PR #833 , I've updated the existing tests and algos, but I'm leaving these tests as xfailed, since it's not in the scope of that PR to fix and adapt these tests (some methods of TPE have changed since).

  • https://github.com/lebrice/orion/blob/a68b865acbeea74e17974c962344afc65cf1b10c/tests/unittests/algo/test_tpe.py#L483
  • https://github.com/lebrice/orion/blob/a68b865acbeea74e17974c962344afc65cf1b10c/tests/unittests/algo/test_tpe.py#L534
  • https://github.com/lebrice/orion/blob/a68b865acbeea74e17974c962344afc65cf1b10c/tests/unittests/algo/test_tpe.py#L584

lebrice avatar Mar 21 '22 16:03 lebrice