Skip to content

Commit 8c3f5ed

Browse files
authored
Update rstar tests (#393)
* Disable splitting for test * Increment patch version number
1 parent e5dbc07 commit 8c3f5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
33
keywords = ["markov chain monte carlo", "probablistic programming"]
44
license = "MIT"
55
desc = "Chain types and utility functions for MCMC simulations."
6-
version = "5.6.0"
6+
version = "5.6.1"
77

88
[deps]
99
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

test/rstar_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ classif = DecisionTreeClassifier()
3131
chn_notmixed = Chains(val)
3232

3333
# 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)
3535
@test mean(R) 2 atol=0.1
3636
end

0 commit comments

Comments
 (0)