Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Jan 25, 2024
1 parent d67888b commit 489ee3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/ModulesGraded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@ function _constant_sub_matrix(
for (j, k) in enumerate(ind_cod)
success, c = _has_index(v, k)
!success && continue
result[i, j] = first(coefficients(c))
result[i][j] = first(coefficients(c))
end
end
return ind_dom, ind_cod, result
Expand Down

0 comments on commit 489ee3e

Please sign in to comment.