MCPcopy
hub / github.com/hyperopt/hyperopt / test_bounded_2b

Method test_bounded_2b

hyperopt/tests/unit/test_tpe.py:531–532  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

529 self.work(q=1, low=1, high=4.1)
530
531 def test_bounded_2b(self):
532 self.work(q=2, low=1, high=4.1)
533
534
535class TestSuggest(unittest.TestCase, CasePerDomain):

Callers

nothing calls this directly

Calls 1

workMethod · 0.95

Tested by

no test coverage detected