Skip to content

Commit

Permalink
Potential typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
Deborah Hendrych committed Nov 17, 2023
1 parent aaf7e28 commit ebeffaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function build_FW_callback(
vars = get_variables_pointers(tree.root.problem.tlmo.blmo, tree)
# variable to only fetch heuristics when the counter increases
ncalls = -1
return function fw_callback(state, active_set, args...)
return function fw_callback(state, active_set, kwargs...)
@assert isapprox(sum(active_set.weights), 1.0)
@assert sum(active_set.weights .< 0) == 0
# TODO deal with vertices becoming infeasible with conflicts
Expand Down

0 comments on commit ebeffaf

Please sign in to comment.