Skip to content

Commit

Permalink
src/sage/symbolic/integration/external.py: update a doctest
Browse files Browse the repository at this point in the history
With the recent change to the handling of infinity in the libgiac
integrator, a warning about singular points has vanished.
  • Loading branch information
orlitzky committed Oct 6, 2024
1 parent 5ac0d9b commit 8db21a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/symbolic/integration/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def libgiac_integrator(expression, v, a=None, b=None):
sage: libgiac_integrator(sin(x), x)
-cos(x)
sage: libgiac_integrator(1/(x^2+6), x, -oo, oo)
No checks were made for singular points of antiderivative...
1/6*sqrt(6)*pi
TESTS::
Expand Down

0 comments on commit 8db21a2

Please sign in to comment.