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

Method test_rayleigh

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

Source from the content-addressed store, hash-verified

372 assert_(len(vals) == 10)
373
374 def test_rayleigh(self):
375 vals = self.rg.rayleigh(0.2, 10)
376 assert_(len(vals) == 10)
377 params_1(self.rg.rayleigh, bounded=True)
378
379 def test_vonmises(self):
380 vals = self.rg.vonmises(10, 0.2, 10)

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
params_1Function · 0.85

Tested by

no test coverage detected