Skip to content

Commit

Permalink
Update src/constraints.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Jul 10, 2024
1 parent 70027f1 commit 2f2c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ function JuMP.build_constraint(
zero_basis = nothing,
kws...,
)
__coefs, basis, gram_basis = _default_gram_basis(p, basis)
__coefs, basis, gram_basis = _default_basis(p, basis)
set = JuMP.moi_set(
cone,
basis,
Expand Down

0 comments on commit 2f2c32e

Please sign in to comment.