Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failing internet test integration #29578

Closed
kcrisman opened this issue Apr 25, 2020 · 12 comments
Closed

failing internet test integration #29578

kcrisman opened this issue Apr 25, 2020 · 12 comments

Comments

@kcrisman
Copy link
Member

From this sage-devel post:

sage -t --long src/sage/symbolic/integration/external.py
**********************************************************************
File "src/sage/symbolic/integration/external.py", line 91, in sage.symbolic.integration.external.mma_free_integrator
Failed example:
    integral(sin(y)^2, y, algorithm='mathematica_free') # optional - internet
Expected:
    1/2*y - 1/4*sin(2*y)
Got:
    -1/2*cos(y)*sin(y) + 1/2*y
**********************************************************************
1 item had failures:
   1 of   7 in sage.symbolic.integration.external.mma_free_integrator
    8 fricas tests not run
    0 tests not run because we ran out of time
    [36 tests, 1 failure, 20.70 s]

Part of #25536

CC: @seblabbe

Component: interfaces

Author: Sébastien Labbé

Branch/Commit: 9afd640

Reviewer: Frédéric Chapoton

Issue created by migration from https://trac.sagemath.org/ticket/29578

@kcrisman kcrisman added this to the sage-9.1 milestone Apr 25, 2020
@seblabbe
Copy link
Contributor

Branch: u/slabbe/29578

@seblabbe
Copy link
Contributor

Commit: 3fb34f4

@seblabbe
Copy link
Contributor

New commits:

3fb34f429578: fixing internet doctest intermitent error

@fchapoton
Copy link
Contributor

Author: Sébastien Labbé

@fchapoton
Copy link
Contributor

Reviewer: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:2

ok

@vbraun
Copy link
Member

vbraun commented Apr 26, 2020

comment:3

I'm getting

sage -t --long --warn-long 35.3 src/sage/symbolic/integration/external.py
**********************************************************************
File "src/sage/symbolic/integration/external.py", line 92, in sage.symbolic.integration.external.mma_free_integrator
Failed example:
    result.simplify_trig()
Exception raised:
    Traceback (most recent call last):
      File "/home/release/Sage/local/lib/python3.7/site-packages/sage/doctest/forker.py", line 681, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/release/Sage/local/lib/python3.7/site-packages/sage/doctest/forker.py", line 1123, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.symbolic.integration.external.mma_free_integrator[1]>", line 1, in <module>
        result.simplify_trig()
    NameError: name 'result' is not defined
**********************************************************************
1 item had failures:
   1 of   3 in sage.symbolic.integration.external.mma_free_integrator
    [22 tests, 1 failure, 1.36 s]
----------------------------------------------------------------------
sage -t --long --warn-long 35.3 src/sage/symbolic/integration/external.py  # 1 doctest failed
----------------------------------------------------------------------

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Apr 26, 2020

Changed commit from 3fb34f4 to 9afd640

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Apr 26, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

9afd64029578: forgot optional tag internet

@seblabbe
Copy link
Contributor

comment:5

Oups, excuse me Volker, my fault.

@fchapoton
Copy link
Contributor

comment:6

ok, good now ; mea culpa, ich auch

@vbraun
Copy link
Member

vbraun commented May 2, 2020

Changed branch from u/slabbe/29578 to 9afd640

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants