We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f7e6d commit fbf0c89Copy full SHA for fbf0c89
test/sum_tree.jl
@@ -55,7 +55,6 @@ nozero_iters=1024
55
distr_iters=1024*10_000
56
abstol = 0.05
57
maxerr=0.01
58
-sumtree_distribution(n, seeds, distr_iters)
59
60
@test sumtree_nozero(n, seeds, nozero_iters)
61
@test all(x->all(x .< maxerr) && sum(abs2, x) < abstol,
0 commit comments