Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Feb 5, 2024
1 parent f1701de commit 1f61c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Modules/UngradedModules/Methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ base ring of ``f`` for building the duals of ``M`` and ``N``.
"""
function dual(f::ModuleFPHom{<:ModuleFP, <:ModuleFP, Nothing}; # Third parameter assures same base ring
codomain::FreeMod=FreeMod(base_ring(domain(f)), 1),
domain_dual::ModuleFP=dual(domain(f), codomain=codomain)[1],
codomain_dual::ModuleFP=dual(codomain(f), codomain=codomain)[1]
domain_dual::ModuleFP=dual(Oscar.domain(f), codomain=codomain)[1],
codomain_dual::ModuleFP=dual(Oscar.codomain(f), codomain=codomain)[1]
)
M = Oscar.domain(f)
N = Oscar.codomain(f)
Expand Down

0 comments on commit 1f61c77

Please sign in to comment.