Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ test_bounded_2
Method
test_bounded_2
hyperopt/tests/unit/test_tpe.py:525–526 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
523
self.work(q=1, low=2, high=4)
524
525
def
test_bounded_2(self):
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)
Callers
nothing calls this directly
Calls
1
work
Method · 0.95
Tested by
no test coverage detected