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

Method test_rayleigh

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

Source from the content-addressed store, hash-verified

410 assert_(len(vals) == 10)
411
412 def test_rayleigh(self):
413 rg = self._create_rng().rg
414 vals = rg.rayleigh(0.2, 10)
415 assert_(len(vals) == 10)
416 params_1(rg.rayleigh, bounded=True)
417
418 def test_vonmises(self):
419 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