diff --git a/src/node.jl b/src/node.jl index b170f40b1..1de2146fb 100644 --- a/src/node.jl +++ b/src/node.jl @@ -84,7 +84,7 @@ function Bonobo.get_branching_nodes_info(tree::Bonobo.BnBTree, node::FrankWolfeN discarded_set_left, discarded_set_right = split_vertices_set!(node.discarded_vertices, tree, vidx, x, node.local_bounds) - # Sanity check + # Sanity check @assert isapprox(sum(active_set_left.weights), 1.0) "sum weights left: $(sum(active_set_left.weights))" @assert sum(active_set_left.weights .< 0) == 0 for v in active_set_left.atoms