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

cygwin: robert miller's 2-descent is completely broken on cygwin #9174

Closed
williamstein opened this issue Jun 7, 2010 · 9 comments
Closed

Comments

@williamstein
Copy link
Contributor


sage -t  "devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx"
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1093:
    sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
    1
Got:
    0
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1098:
    sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
    2
Got:
    0
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1102:
    sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
    3
Got:
    2*log(3)/log(2) - 2
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1195:
    sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
    1
Got:
    0
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1198:
    sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
    2
Got:
    0
**********************************************************************
File "/home/wstein/sage-4.4.3/devel/sage/sage/schemes/elliptic_curves/descent_two_isogeny.pyx", line 1201:
    sage: log(n1,2) + log(n1_prime,2) - 2 # the rank
Expected:
    3
Got:
    log(3)/log(2) - 1
**********************************************************************
2 items had failures:
   3 of  30 in __main__.example_18
   3 of  11 in __main__.example_19
***Test Failed*** 6 failures.
For whitespace errors, see the file /home/wstein/.sage//tmp/.doctest_descent_two_isogeny.py
 [29.1 s]

CC: @jpflori @dimpase @kcrisman

Component: porting: Cygwin

Reviewer: Karl-Dieter Crisman

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

@kcrisman
Copy link
Member

kcrisman commented Aug 2, 2011

comment:1

This file passed doctests in a build of mine on XP.

@kcrisman
Copy link
Member

Reviewer: Karl-Dieter Crisman

@kcrisman
Copy link
Member

comment:2

And checking by hand works.

Since this was undoubtedly an XP machine on which the original failure was reported, I will move this to sage-invalid.

@kcrisman
Copy link
Member

comment:4

But doing anything other than the first one by hand doesn't work. In fact, nasty things happen.

@kcrisman
Copy link
Member

comment:5

I attempted this, but got forking errors; that doesn't mean it doesn't actually work. JP, want to give it a whirl?

@jpflori
Copy link

jpflori commented Jan 15, 2013

comment:6

And the test passes for me (64bits W7 + 5.6.rc0).

@kcrisman
Copy link
Member

comment:7

And the test passes for me (64bits W7 + 5.6.rc0).

Don't forget to try these by hand as well. In the past I've had failures only in the terminal.

@jpflori
Copy link

jpflori commented Feb 8, 2013

comment:9

No problems on another 32 bits W7, let's close this one.

@fchapoton

This comment has been minimized.

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

5 participants