MCPcopy Index your code
hub / github.com/numpy/numpy / test_exponential

Method test_exponential

numpy/random/tests/test_smoke.py:321–325  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

319 params_1(rg.chisquare)
320
321 def test_exponential(self):
322 rg = self._create_rng().rg
323 vals = rg.exponential(2.0, 10)
324 assert_(len(vals) == 10)
325 params_1(rg.exponential)
326
327 def test_f(self):
328 rg = self._create_rng().rg

Callers

nothing calls this directly

Calls 3

_create_rngMethod · 0.95
assert_Function · 0.90
params_1Function · 0.85

Tested by

no test coverage detected