Skip to content

Commit

Permalink
turns out JuMP is innocent
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms authored Jun 12, 2024
1 parent 900f79d commit 0e2bcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partial_tra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for (T, limit, wrapper) in
end
end
end
if !isbits(Y[1]) #this is a workaround for a bug in JuMP
if !isbits(Y[1]) #this is a workaround for a bug in Julia <= 1.10
if $T == LA.Hermitian
LA.copytri!(Y, 'U', true)
elseif $T == LA.Symmetric
Expand Down

0 comments on commit 0e2bcd7

Please sign in to comment.