Skip to content

Commit

Permalink
Update tol in _fpoly.py doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb authored Jul 10, 2024
1 parent 17b2531 commit 550bb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eastereig/fpoly/_fpoly.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def polyvalnd(nu, a):
>>> a1 = np.random.rand(5)*(1+1j)
>>> pvalf = polyvalnd(2.253+0.1j, a1)
>>> pvalnp = polyval(2.253+0.1j, a1)
>>> print(abs(pvalf - pvalnp))
>>> abs(pvalf - pvalnp) < 1e-12
True
>>> a2 = np.random.rand(5, 5)*(1+1j)
Expand Down

0 comments on commit 550bb10

Please sign in to comment.