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 7c37810 commit 745ab92Copy full SHA for 745ab92
test/rpm.jl/imm.jl
@@ -37,7 +37,7 @@ end
37
38
data = shuffle(data)
39
mf = crpimm(data)
40
-chn = sample(mf, PG(50, 500))
+chn = sample(mf, SMC(500))
41
42
k = map(length, map(unique, chn[:z]))
43
cs = map(i -> sum(k .== i), 1:maximum(k))
0 commit comments