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

Commit

Permalink
Removing the squares ideal.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Dec 9, 2022
1 parent 9fde881 commit a8600ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sage/algebras/commutative_dga.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,6 @@ def __classcall__(cls, A, im_gens):

R = A.cover_ring()
I = A.defining_ideal()
if A.base_ring().characteristic() != 2:
squares = R.ideal([R.gen(i)**2 for i, d in enumerate(A._degrees)
if is_odd(d)], side='twosided')
else:
squares = R.ideal(0, side='twosided')

def image_monomial(exponent):
i = 0
Expand Down

0 comments on commit a8600ba

Please sign in to comment.