Skip to content

Commit

Permalink
Update src/utilities.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Oct 29, 2024
1 parent a9d1070 commit a4e4e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function split_vertices_set!(
end
deleteat!(active_set, left_del_indices)
@assert !isempty(active_set)
@assert !isempty(right_as)
@assert !isempty(right_as)
# renormalize active set and recompute new iterates
if !isempty(active_set)
FrankWolfe.active_set_renormalize!(active_set)
Expand Down

0 comments on commit a4e4e3a

Please sign in to comment.