Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ test_int
Method
test_int
hyperopt/tests/test_base.py:230–231 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
228
return
rval
229
230
def
test_int(self):
231
assert self.SONify(1) == 1
232
233
def
test_float(self):
234
assert self.SONify(1.1) == 1.1
Callers
nothing calls this directly
Calls
1
SONify
Method · 0.95
Tested by
no test coverage detected