Skip to content

Commit 92776ca

Browse files
committed
fix tests on 0.4
1 parent 2682eb2 commit 92776ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ end
4949

5050
# issue #8
5151
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]
52+
@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

Comments
 (0)