Reorganize imports in mpmath/tests/test_summation.py (no star imports)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from mpmath import *
|
||||
from mpmath import (e, exp, fac, factorial, fp, fprod, fsum, inf, isnan, iv, j,
|
||||
log, mpi, nprod, nsum, pi, sumem)
|
||||
|
||||
|
||||
def test_sumem():
|
||||
assert sumem(lambda k: 1/k**2.5, [50, 100]).ae(0.0012524505324784962)
|
||||
|
||||
Reference in New Issue
Block a user