Skip to content

Commit 745ab92

Browse files
committed
Changed to SMC.
1 parent 7c37810 commit 745ab92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rpm.jl/imm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737

3838
data = shuffle(data)
3939
mf = crpimm(data)
40-
chn = sample(mf, PG(50, 500))
40+
chn = sample(mf, SMC(500))
4141

4242
k = map(length, map(unique, chn[:z]))
4343
cs = map(i -> sum(k .== i), 1:maximum(k))

0 commit comments

Comments
 (0)