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

Method test_standard_normal

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

Source from the content-addressed store, hash-verified

177 assert_(len(self.rg.standard_normal(10)) == 10)
178
179 def test_standard_normal(self):
180 assert_(len(self.rg.standard_normal(10)) == 10)
181 params_0(self.rg.standard_normal)
182
183 def test_standard_gamma(self):
184 assert_(len(self.rg.standard_gamma(10, 10)) == 10)

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
params_0Function · 0.85

Tested by

no test coverage detected