MCPcopy Create free account
hub / github.com/numpy/numpy / test_standard_exponential

Method test_standard_exponential

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

Source from the content-addressed store, hash-verified

186 params_1(self.rg.standard_gamma)
187
188 def test_standard_exponential(self):
189 assert_(len(self.rg.standard_exponential(10)) == 10)
190 params_0(self.rg.standard_exponential)
191
192 def test_standard_exponential_float(self):
193 randoms = self.rg.standard_exponential(10, dtype='float32')

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
params_0Function · 0.85

Tested by

no test coverage detected