MCPcopy
hub / github.com/hyperopt/hyperopt / test_bounded_1b

Method test_bounded_1b

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

Source from the content-addressed store, hash-verified

526 self.work(q=2, low=2, high=4)
527
528 def test_bounded_1b(self):
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)

Callers

nothing calls this directly

Calls 1

workMethod · 0.95

Tested by

no test coverage detected