-
-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #25501: Few failing internet doctests in mma_free_integrator
As reported on [https://groups.google.com/d/msg/sage- release/l635YEuT7Hs/WkHCnmWhAQAJ sage-release 8.3.beta3], {{{ sage -tp --optional=sage,internet --logfile=logs/25501.log src/sage/symbolic/integration/integral.py src/sage/symbolic/integration/external.py }}} gives {{{ ********************************************************************** File "src/sage/symbolic/integration/external.py", line 65, in sage.symbolic.integration.external.mma_free_integrator Failed example: mma_free_integrator(sin(x), x) # optional - internet Exception raised: Traceback (most recent call last): File "/home/slabbe/GitBox/sage/local/lib/python2.7/site- packages/sage/doctest/forker.py", line 572, in _run self.compile_and_execute(example, compiler, test.globs) File "/home/slabbe/GitBox/sage/local/lib/python2.7/site- packages/sage/doctest/forker.py", line 982, in compile_and_execute exec(compiled, globs) File "<doctest sage.symbolic.integration.external.mma_free_integrator[1]>", line 1, in <module> mma_free_integrator(sin(x), x) # optional - internet File "/home/slabbe/GitBox/sage/local/lib/python2.7/site- packages/sage/symbolic/integration/external.py", line 97, in mma_free_integrator page = page[page.index('"inputForm"'):page.index('"outputForm"')] ValueError: substring not found ********************************************************************** ... ---------------------------------------------------------------------- sage -t src/sage/symbolic/integration/external.py # 3 doctests failed sage -t src/sage/symbolic/integration/integral.py # 1 doctest failed ---------------------------------------------------------------------- }}} It can be reproduced with: {{{ sage: from sage.symbolic.integration.external import mma_free_integrator sage: mma_free_integrator(sin(x), x) ... ValueError: substring not found }}} URL: https://trac.sagemath.org/25501 Reported by: slabbe Ticket author(s): Sébastien Labbé, Amaury Pouly Reviewer(s): Frédéric Chapoton
- Loading branch information
Showing
2 changed files
with
254 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters