Skip to content

Commit

Permalink
Trac #32461: Fix symbolics doctest after #31873
Browse files Browse the repository at this point in the history
failing in 9.5.beta0 with `sage -t`

as noted in https://trac.sagemath.org/ticket/32386#comment:104

URL: https://trac.sagemath.org/32461
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): Dima Pasechnik
  • Loading branch information
Release Manager committed Sep 5, 2021
2 parents 0f44f1b + 2a6ff9d commit be205f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/en/prep/Calculus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ If no antiderivative is found, the result is just the input::

sage: result = integral(sinh(x^2+sqrt(x-1)),x) # long time (15s on sage.math, 2012)
...
sage: result
sage: result # long time
integrate(sinh(x^2 + sqrt(x - 1)), x)

This last one stumps other systems too.
Expand Down

0 comments on commit be205f6

Please sign in to comment.