MCPcopy
hub / github.com/hyperopt/hyperopt / test_bigq

Method test_bigq

hyperopt/tests/unit/test_rdists.py:252–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

250 check_d_samples(qn, n=10000)
251
252 def test_bigq(self):
253 mu, sigma, q = (-20, 4, 3)
254 qn = qlognormal_gen(mu, sigma, q)
255 check_d_samples(qn, n=10000)
256
257 def test_offgrid_int(self):
258 mu, sigma, q = (1, 2, 2)

Callers

nothing calls this directly

Calls 2

qlognormal_genClass · 0.90
check_d_samplesFunction · 0.85

Tested by

no test coverage detected