Skip to content

Commit

Permalink
parent in plural step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Jan 7, 2024
1 parent e23eb9f commit 860ff8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/plural.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2946,7 +2946,7 @@ cpdef NCPolynomialRing_plural new_NRing(RingWrap rw, base_ring) noexcept:
self._ngens = rw.ngens()
self._term_order = TermOrder(rw.ordering_string(), force=True)

Ring.__init__(self, base_ring, rw.var_names(), category=Algebras(base_ring))
Parent.__init__(self, base=base_ring, names=rw.var_names(), category=Algebras(base_ring))

self._has_singular = True
self._relations = self.relations()
Expand Down

0 comments on commit 860ff8e

Please sign in to comment.