File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
3
3
keywords = [" markov chain monte carlo" , " probablistic programming" ]
4
4
license = " MIT"
5
5
desc = " Chain types and utility functions for MCMC simulations."
6
- version = " 5.6.0 "
6
+ version = " 5.6.1 "
7
7
8
8
[deps ]
9
9
AbstractMCMC = " 80f14c24-f653-4e6a-9b94-39d6b0f70001"
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ classif = DecisionTreeClassifier()
31
31
chn_notmixed = Chains (val)
32
32
33
33
# Restuling R value should be close to two, i.e. the classifier should be able to learn an almost perfect decision boundary between chains.
34
- R = rstar (classif, chn_notmixed)
34
+ R = rstar (classif, chn_notmixed; split_chains = 1 )
35
35
@test mean (R) ≈ 2 atol= 0.1
36
36
end
You can’t perform that action at this time.
0 commit comments