Skip to content

Commit 75acbaf

Browse files
committed
Update
1 parent d39f82e commit 75acbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/TambyVanderpooten.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function _clean_search_region(U_N, yI, V, k)
257257
to_delete = fill(false, length(map_keys))
258258
Threads.@threads for (i, u′) in map_keys
259259
to_delete[i] = _clean_search_region_inner(u′, U_N, yI, V, k)
260-
end
260+
end # COV_EXCL_LINE
261261
for (i, u′) in map_keys
262262
if to_delete[i]
263263
delete!(U_N, u′)

0 commit comments

Comments
 (0)