MCPcopy Index your code
hub / github.com/numpy/numpy / test_normal

Method test_normal

numpy/random/tests/test_random.py:1623–1626  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1621 assert_array_equal(out1, out2)
1622
1623 def test_normal(self):
1624 def gen_random(state, out):
1625 out[...] = state.normal(size=10000)
1626 self.check_function(gen_random, sz=(10000,))
1627
1628 def test_exp(self):
1629 def gen_random(state, out):

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected