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 2682eb2 commit 92776caCopy full SHA for 92776ca
test/runtests.jl
@@ -49,4 +49,4 @@ end
49
50
# issue #8
51
using Compat.Iterators: take
52
-@test [x[1] for x in take(Sobol.SobolSeq(1),5)] == [0.5,0.75,0.25,0.375,0.875]
+@test [x[1] for x in collect(take(Sobol.SobolSeq(1),5))] == [0.5,0.75,0.25,0.375,0.875]
0 commit comments