Skip to content

Commit

Permalink
fix doctest following algebraicsolving 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Feb 16, 2024
1 parent 89bc4b9 commit acf375e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cohomCalg_jll = "5558cf25-a90e-53b0-b813-cadaa3ae7ade"

[compat]
AbstractAlgebra = "0.37.5"
AlgebraicSolving = "0.4.6"
AlgebraicSolving = "0.4.10"
Distributed = "1.6"
DocStringExtensions = "0.8, 0.9"
GAP = "0.10.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Rings/groebner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ julia> Oscar._normal_form_f4(A, J)
3-element Vector{FqMPolyRingElem}:
a^3
2*a^3 + 2*a + 65519*c
65519*c^2 + 4*a + 65520*c + 5
4*a + 65519*c^2 + 65520*c + 5
```
"""
function _normal_form_f4(A::Vector{T}, J::MPolyIdeal) where { T <: MPolyRingElem }
Expand Down

0 comments on commit acf375e

Please sign in to comment.