Skip to content

Commit

Permalink
Trac #20045: move wrongly imported series_precision in AsymptoticRing
Browse files Browse the repository at this point in the history
`series_precision` is imported at the wrong place, which makes it appear
as a method of `AsymptoticRing`.

URL: http://trac.sagemath.org/20045
Reported by: dkrenn
Ticket author(s): Daniel Krenn
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager authored and vbraun committed Feb 13, 2016
2 parents 0e29ad2 + 8edb48e commit b026105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/asymptotic/asymptotic_ring.py
Expand Up @@ -470,6 +470,7 @@
from sage.rings.ring import Algebra
from sage.structure.element import CommutativeAlgebraElement
from sage.structure.unique_representation import UniqueRepresentation
from sage.misc.defaults import series_precision
from sage.misc.superseded import experimental
from sage.rings.all import RIF

Expand Down Expand Up @@ -3007,7 +3008,6 @@ class AsymptoticRing(Algebra, UniqueRepresentation):
Element = AsymptoticExpansion


from sage.misc.defaults import series_precision
__default_prec__ = series_precision() # default default-precision


Expand Down

0 comments on commit b026105

Please sign in to comment.