Skip to content

Commit fbf0c89

Browse files
committed
Remove extra call
1 parent b6f7e6d commit fbf0c89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/sum_tree.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ nozero_iters=1024
5555
distr_iters=1024*10_000
5656
abstol = 0.05
5757
maxerr=0.01
58-
sumtree_distribution(n, seeds, distr_iters)
5958

6059
@test sumtree_nozero(n, seeds, nozero_iters)
6160
@test all(x->all(x .< maxerr) && sum(abs2, x) < abstol,

0 commit comments

Comments
 (0)