Skip to content

Commit

Permalink
Update src/sage/homology/homology_vector_space_with_basis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Scrimshaw <[email protected]>
  • Loading branch information
jhpalmieri and tscrim authored Sep 23, 2023
1 parent 9df8bba commit c587235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/homology/homology_vector_space_with_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ def __init__(self, base_ring, cell_complex):
sage: TestSuite(H).run()
"""
if base_ring != GF(2):
raise ValueError
raise ValueError("the base ring must be GF(2)")
category = Algebras(base_ring).WithBasis().Graded().FiniteDimensional()
category = Category.join((category,
LeftModules(SteenrodAlgebra(2)),
Expand Down

0 comments on commit c587235

Please sign in to comment.