Skip to content

Commit 8db21a2

Browse files
committed
src/sage/symbolic/integration/external.py: update a doctest
With the recent change to the handling of infinity in the libgiac integrator, a warning about singular points has vanished.
1 parent 5ac0d9b commit 8db21a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/symbolic/integration/external.py

-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def libgiac_integrator(expression, v, a=None, b=None):
227227
sage: libgiac_integrator(sin(x), x)
228228
-cos(x)
229229
sage: libgiac_integrator(1/(x^2+6), x, -oo, oo)
230-
No checks were made for singular points of antiderivative...
231230
1/6*sqrt(6)*pi
232231
233232
TESTS::

0 commit comments

Comments
 (0)