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

[probably fixed] sage/misc/randstate.pyx doctest failure on menas #4953

Closed
sagetrac-mabshoff mannequin opened this issue Jan 7, 2009 · 2 comments
Closed

[probably fixed] sage/misc/randstate.pyx doctest failure on menas #4953

sagetrac-mabshoff mannequin opened this issue Jan 7, 2009 · 2 comments
Assignees
Milestone

Comments

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 7, 2009

The following was introduced by #4934:

menas (x86_64-Linux-suse)

**********************************************************************
File "/home/mariah/sage/sage-3.2.3-x86_64-Linux-suse/devel/sage/sage/misc/randstate.pyx",
line 239:
    : with seed(1): (rtest(), rtest())
Expected:
    ((978, 0.184109262667515, -3*x^2 - 1/12, (4,5), [ 0, 1, 1, 0, 0 ],
1046254370, 60359, 0.83350776541997362), (138, -0.247578366457583, 2*x
- 24, (), [ 1, 1,
1, 0, 1 ], 1077419109, 10234, 0.0033332230808060803))
Got:
    ((978, 0.184109262667515, -3*x^2 - 1/12, (2,3)(4,5), [ 0, 1, 1, 0,
0 ], 1046254370, 60359, 0.83350776541997362), (138,
-0.247578366457583, 2*x - 24, (1,3,2)(4,5), [ 1, 1, 1, 0, 1 ],
1077419109, 10234, 0.0033332230808060803))
**********************************************************************

Component: misc

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

@sagetrac-mabshoff sagetrac-mabshoff mannequin added this to the sage-3.4.1 milestone Jan 7, 2009
@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Feb 10, 2009

comment:1

I am no longer seeing this with the system compiler in 3.3.alpha6, but will try with gcc 4.3.3.

Cheers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin changed the title sage/misc/randstate.pyx doctest failure on menas [probably fixed] sage/misc/randstate.pyx doctest failure on menas Feb 10, 2009
@sagetrac-mabshoff sagetrac-mabshoff mannequin modified the milestones: sage-3.4.1, sage-3.3 Feb 10, 2009
@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Feb 10, 2009

comment:2

This issue does no longer happen with the system gcc as well as gcc 4.3.3 with Sage 3.3.alpha6:

mabshoff@menas:~/build-3.3.alpha6/sage-3.3.alpha6-menas-gcc433> ./sage -t -long devel/sage/sage/misc/randstate.pyx
sage -t -long "devel/sage/sage/misc/randstate.pyx"          
	 [22.2 s]

Cheers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Feb 10, 2009
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