Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrych committed Nov 7, 2023
1 parent 613e893 commit a72f597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function solve(
else
@assert FrankWolfe.active_set_validate(active_set)
for a in active_set.atoms
@assert is_linear_feasible(blmo.o, a)
@assert is_linear_feasible(blmo, a)

Check warning on line 137 in src/interface.jl

View check run for this annotation

Codecov / codecov/patch

src/interface.jl#L137

Added line #L137 was not covered by tests
end
v = active_set.atoms[1]
end
Expand Down

0 comments on commit a72f597

Please sign in to comment.