Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Jul 29, 2024
1 parent 0f8dd1b commit 2743f47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ true
L = localized_ring(OO(X))
I = modulus(OO(X))
f = gens(saturated_ideal(I))
is_zero(length(f)) && return true
Df = jacobian_matrix(f)
A = map_entries(x->OO(X)(x), Df)
success, _, _ = Oscar._is_projective_without_denominators(A, task=:without_projector)
Expand Down

0 comments on commit 2743f47

Please sign in to comment.