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

Method test_standard_cauchy

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

Source from the content-addressed store, hash-verified

204 method='inv'))
205
206 def test_standard_cauchy(self):
207 assert_(len(self.rg.standard_cauchy(10)) == 10)
208 params_0(self.rg.standard_cauchy)
209
210 def test_standard_t(self):
211 assert_(len(self.rg.standard_t(10, 10)) == 10)

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
params_0Function · 0.85

Tested by

no test coverage detected