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

Commit

Permalink
adapt Trac #19073, comment 20, 7: remove Poset category from Asymptot…
Browse files Browse the repository at this point in the history
…icRing
  • Loading branch information
dkrenn committed Oct 8, 2015
1 parent 74f0412 commit 74cd899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/rings/asymptotic/asymptotic_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1792,8 +1792,7 @@ def format_names(N):
if category is None:
from sage.categories.commutative_algebras import CommutativeAlgebras
from sage.categories.rings import Rings
from sage.categories.posets import Posets
category = CommutativeAlgebras(Rings()) & Posets()
category = CommutativeAlgebras(Rings())

if default_prec is None:
from sage.misc.defaults import series_precision
Expand Down

0 comments on commit 74cd899

Please sign in to comment.