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

Method test_standard_t

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

Source from the content-addressed store, hash-verified

208 params_0(self.rg.standard_cauchy)
209
210 def test_standard_t(self):
211 assert_(len(self.rg.standard_t(10, 10)) == 10)
212 params_1(self.rg.standard_t)
213
214 def test_binomial(self):
215 assert_(self.rg.binomial(10, .5) >= 0)

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
params_1Function · 0.85

Tested by

no test coverage detected