Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #19094/#19083 comment 66, 37: refer to #19424 in not tested doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Oct 16, 2015
1 parent 2522bd0 commit 8cbacdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ class AsymptoticRing(Algebra, UniqueRepresentation):
....: __eq__ = AR_class.Element.has_same_summands
sage: A = AR(growth_group='z^QQ', coefficient_ring=QQ)
sage: from itertools import islice
sage: TestSuite(A).run( # not tested # long time
sage: TestSuite(A).run( # not tested # long time # see #19424
....: verbose=True,
....: elements=tuple(islice(A.some_elements(), 10)),
....: skip=('_test_some_elements', # to many elements
Expand Down

0 comments on commit 8cbacdf

Please sign in to comment.