Skip to content

Commit

Permalink
fix printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mohr authored and Rafael Mohr committed May 14, 2024
1 parent 27eca6a commit f2a684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/UngradedModules/Presentation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ function _presentation_minimal(SQ::ModuleFP{T}) where {T<:MPolyRingElem{<:FieldE
proj_map = hom(F0, SQ_new, gens(SQ_new), check=false)
F0_to_SQ = compose(proj_map, phi)
F0_to_SQ.generators_map_to_generators = true
AbstractAlgebra.set_name!(F0, "$br_name^$(ngens(SQ.sub))")
AbstractAlgebra.set_name!(F0, "$br_name^$(ngens(F0))")

K, inc = sub(F0, relations(SQ_new))
F1 = if is_graded(SQ)
Expand Down

0 comments on commit f2a684b

Please sign in to comment.