Skip to content

Commit

Permalink
Remove @show
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyT1994 committed Jan 15, 2025
1 parent e98a056 commit 5b9266e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/caches/boundarympscache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ function update(
cf += !isnothing(tolerance) ? costfunction(alg, bmpsc, update_pe_region) : 0.0
end
epsilon = abs(cf - prev_cf) / length(update_seq)
@show cf
if !isnothing(tolerance) && epsilon < tolerance
return cache_prep_function(alg, bmpsc, partitionpair)
else
Expand Down

0 comments on commit 5b9266e

Please sign in to comment.