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

2.8.14/Solaris: fix sympy doctest - numerical noise #1330

Closed
sagetrac-mabshoff mannequin opened this issue Nov 28, 2007 · 3 comments
Closed

2.8.14/Solaris: fix sympy doctest - numerical noise #1330

sagetrac-mabshoff mannequin opened this issue Nov 28, 2007 · 3 comments

Comments

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Nov 28, 2007

On Solaris I get the following doctest failures due to numerical noise:

sage -t  devel/sage-main/sage/calculus/test_sympy.py        **********************************************************************
File "test_sympy.py", line 23:
    : float(pi + exp(1))
Expected:
    5.8598744820488378
Got:
    5.8598744820488387

The attached patch fixes that.

Cheers,

Michael

Component: doctest coverage

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

@sagetrac-mabshoff sagetrac-mabshoff mannequin added this to the sage-2.8.15 milestone Nov 28, 2007
@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Nov 28, 2007

comment:1

Attachment: Sage-2.8.14-fix-sympy-doctest-failure-on-Sparc.patch.gz

@sagetrac-mabshoff sagetrac-mabshoff mannequin self-assigned this Nov 28, 2007
@sagetrac-cwitty
Copy link
Mannequin

sagetrac-cwitty mannequin commented Dec 1, 2007

comment:2

Looks good to me.

@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Dec 1, 2007

comment:3

Merged in 2.8.15.alpha0.

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Dec 1, 2007
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

0 participants