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

optional doctest failure -- problem in species code (easy to fix) #6323

Closed
williamstein opened this issue Jun 16, 2009 · 8 comments
Closed

Comments

@williamstein
Copy link
Contributor

sage -t -long --optional devel/sage/sage/combinat/species/library.py
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-main/sage/combinat/species/library.py", line 55:
    sage: number, name, sseq = sloane_find(seq)[0]                    #optional
Expected nothing
Got:
    Searching Sloane's online database...
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-main/sage/combinat/species/library.py", line 62:
    sage: number, name, sseq = sloane_find(seq)[0]    #optional
Expected nothing
Got:
    Searching Sloane's online database...
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-main/sage/combinat/species/library.py", line 101:
    sage: number, name, sseq = sloane_find(seq)[0]                    #optional
Expected nothing
Got:
    Searching Sloane's online database...
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-main/sage/combinat/species/library.py", line 135:
    sage: number, name, sseq = sloane_find(seq)[0]                    #optional
Expected nothing
Got:
    Searching Sloane's online database...
**********************************************************************
3 items had failures:
   2 of  12 in __main__.example_1
   1 of  12 in __main__.example_2
   1 of   9 in __main__.example_3
***Test Failed*** 4 failures.
For whitespace errors, see the file /home/wstein/build/sage-4.0.2.alpha3/tmp/.doctest_library.py
 [6.9 s]

Component: combinatorics

Reviewer: Mike Hansen, Nathann Cohen

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

@mwhansen
Copy link
Contributor

Author: Mike Hansen

@mwhansen
Copy link
Contributor

Attachment: trac_6323.patch.gz

@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Jun 25, 2013

comment:2

Helloooooooooo !!!

Could you please change the "#optional" tag to "# optional - internet" ? It will never be run otherwise :-)

Nathann

@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Jun 27, 2013

Reviewer: Nathann Cohen

@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Jun 27, 2013

comment:3

Attachment: trac_6323-rev.patch.gz

Hmmmmmm... The doctests do not pass because of a bug in Sage's interface with sloane, and #10358 fixes the file anyway !

Nathann

@nathanncohen nathanncohen mannequin removed this from the sage-5.11 milestone Jun 27, 2013
@jdemeyer
Copy link

jdemeyer commented Aug 9, 2013

Changed reviewer from Nathann Cohen to Mike Hansen, Nathann Cohen

@jdemeyer
Copy link

jdemeyer commented Aug 9, 2013

Changed author from Mike Hansen to none

@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

4 participants