Skip to content

Commit 7f337ca

Browse files
committed
Small change in test.
1 parent 54d2d37 commit 7f337ca

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
@@ -12,7 +12,7 @@ using Statistics
1212
"data/data3.txt",
1313
"data/data4.txt"]
1414
println("Checking sample size.")
15-
sme = StreamMaxEnt(file_paths; chunksize=200)
15+
sme = StreamMaxEnt(file_paths; chunksize=1000, subchunksize=100)
1616
inds = StreamingSampling.sample(sme, 100)
1717
@test length(inds) == 100
1818
end

0 commit comments

Comments
 (0)