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

Commit

Permalink
Trac #22396: mention Trac ticket in Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Feb 21, 2017
1 parent 9940f17 commit 1690706
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -4500,7 +4500,9 @@ def merge(self, other):
sage: F_X.merge(F_Y)
AsymptoticRing<x^ZZ * y^ZZ>
TESTS::
TESTS:
:trac:`22396`::
sage: AN = AsymptoticRing(growth_group='y^ZZ', coefficient_ring=QQ)
sage: F_AN = AN.construction()[0]; F_AN._default_prec_ = None
Expand Down

0 comments on commit 1690706

Please sign in to comment.