#6323 closed defect (duplicate)
optional doctest failure -- problem in species code (easy to fix)
Reported by: | was | Owned by: | tbd |
---|---|---|---|
Priority: | trivial | Milestone: | sage-duplicate/invalid/wontfix |
Component: | combinatorics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | Mike Hansen, Nathann Cohen | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
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]
Attachments (2)
Change History (8)
comment:1 Changed 8 years ago by
- Component changed from packages: optional to combinatorics
- Priority changed from major to trivial
- Report Upstream set to N/A
- Status changed from new to needs_review
Changed 8 years ago by
comment:2 Changed 8 years ago by
Changed 8 years ago by
comment:3 Changed 8 years ago by
- Milestone changed from sage-5.11 to sage-duplicate/invalid/wontfix
- Reviewers set to Nathann Cohen
- Status changed from needs_review to positive_review
Hmmmmmm... The doctests do not pass because of a bug in Sage's interface with sloane, and #10358 fixes the file anyway !
Nathann
comment:4 Changed 8 years ago by
- Reviewers changed from Nathann Cohen to Mike Hansen, Nathann Cohen
comment:5 Changed 8 years ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
comment:6 Changed 6 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Helloooooooooo !!!
Could you please change the "#optional" tag to "# optional - internet" ? It will never be run otherwise
:-)
Nathann