Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_chisquare
Method
test_chisquare
numpy/random/tests/test_smoke.py:294–297 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
292
assert_(len(vals) == 10)
293
294
def
test_chisquare(self):
295
vals = self.rg.chisquare(2.0, 10)
296
assert_(len(vals) == 10)
297
params_1(self.rg.chisquare)
298
299
def
test_exponential(self):
300
vals = self.rg.exponential(2.0, 10)
Callers
nothing calls this directly
Calls
2
assert_
Function · 0.90
params_1
Function · 0.85
Tested by
no test coverage detected