Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_integ
Method
test_integ
numpy/polynomial/tests/test_symbol.py:176–178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
174
assert_equal(other.symbol,
'z'
)
175
176
def
test_integ(self):
177
other = self.p.integ()
178
assert_equal(other.symbol,
'z'
)
179
180
def
test_deriv(self):
181
other = self.p.deriv()
Callers
nothing calls this directly
Calls
2
assert_equal
Function · 0.90
integ
Method · 0.45
Tested by
no test coverage detected