Skip to content

Commit 478eb08

Browse files
committed
Rel 4.7.0
1 parent 9764699 commit 478eb08

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StatisticalRethinking"
22
uuid = "2d09df54-9d0f-5258-8220-54c2a3d4fbee"
3-
version = "4.6.2"
3+
version = "4.7.0"
44

55
[deps]
66
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -66,4 +66,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6666

6767
[targets]
6868
#test = ["StanSample", "AxisKeys", "ParetoSmooth", "Test"]
69-
test = ["StanSample", "Test"]
69+
test = ["StanSample", "Test"]

src/require/stan/stan_axiskeys.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using AxisKeys
2+
import ParetoSmooth: loo_compare
23

34
function psis_loo(model::SampleModel; loglikelihood_name="loglik")
45
chains = read_samples(model, :keyedarray) # Obtain KeyedArray chains

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ using StanSample, NamedTupleTools
22
using StatisticalRethinking
33
using Test
44

5-
65
tests = ["srtools", "link", "simulate", "lppd"]
76
stan_tests = ["wd-loo-compare",]
87

0 commit comments

Comments
 (0)