MCPcopy
hub / github.com/numpy/numpy / test_standard_t

Method test_standard_t

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

Source from the content-addressed store, hash-verified

217 params_0(rg.standard_cauchy)
218
219 def test_standard_t(self):
220 rg = self._create_rng().rg
221 assert_(len(rg.standard_t(10, 10)) == 10)
222 params_1(rg.standard_t)
223
224 def test_binomial(self):
225 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