Skip to content

Commit cd68d68

Browse files
committed
Rel 4.4.5 - StanSample not updated?
1 parent 9a12a63 commit cd68d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using Test
66
tests = ["srtools", "link", "simulate", "lppd"]
77
stan_tests = ["wd-loo-compare",]
88

9-
stan_exists()::Bool = "JULIA_CMDSTAN_HOME" in keys(ENV)
9+
stan_exists()::Bool = "JULIA_CMDSTAN_HOME" in keys(ENV) || "CMDSTAN" in keys(ENV)
1010

1111

1212
for t tests

0 commit comments

Comments
 (0)