Skip to content

Commit bc9692d

Browse files
committed
is_prime_field is provided by the category Rings now
1 parent 84744c3 commit bc9692d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/combinat/sf/sfa.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,9 +1877,6 @@ def __init__(self, Sym, basis_name=None, prefix=None, graded=True):
18771877

18781878
_print_style = 'lex'
18791879

1880-
def is_prime_field(self):
1881-
return False
1882-
18831880
# Todo: share this with ncsf and over algebras with basis indexed by word-like elements
18841881
def __getitem__(self, c):
18851882
r"""

0 commit comments

Comments
 (0)