Skip to content

Commit

Permalink
Rel 7.4.5 - Updated InferenceObjects.jl version, cmdstan-2.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Oct 3, 2023
1 parent e4a6b9d commit d37cebd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:


env:
CMDSTAN: "/home/worker/cmdstan-2.33.0/"
CMDSTAN: "/home/worker/cmdstan-2.33.1/"

jobs:
test:
Expand Down Expand Up @@ -49,18 +49,18 @@ jobs:
OLDWD=`pwd`
cd ~
pwd
wget https://github.com/stan-dev/cmdstan/releases/download/v2.33.0/cmdstan-2.33.0.tar.gz
tar -xzpf cmdstan-2.33.0.tar.gz
wget https://github.com/stan-dev/cmdstan/releases/download/v2.33.1/cmdstan-2.33.1.tar.gz
tar -xzpf cmdstan-2.33.1.tar.gz
ls -lia .
ls -lia ./cmdstan-2.33.0
ls -lia ./cmdstan-2.33.0/make
touch ./cmdstan-2.33.0/make/local
echo "STAN_THREADS=true" > ./cmdstan-2.33.0/make/local
cat ./cmdstan-2.33.0/make/local
ls -lia ./cmdstan-2.33.1
ls -lia ./cmdstan-2.33.1/make
touch ./cmdstan-2.33.1/make/local
echo "STAN_THREADS=true" > ./cmdstan-2.33.1/make/local
cat ./cmdstan-2.33.1/make/local
make -C $CMDSTAN build
cd $OLDWD
env:
CMDSTAN: "/home/runner/cmdstan-2.33.0/"
CMDSTAN: "/home/runner/cmdstan-2.33.1/"
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
CMDSTAN: "/home/runner/cmdstan-2.33.0/"
CMDSTAN: "/home/runner/cmdstan-2.33.1/"
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StanSample"
uuid = "c1514b29-d3a0-5178-b312-660c88baa699"
authors = ["Rob J Goedman <goedman@icloud.com>"]
version = "7.4.4"
version = "7.4.5"

[deps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
Expand Down
2 changes: 1 addition & 1 deletion test/test_inferencedata/test_inferencedata.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if :observed_data in propertynames(idata)
idata.observed_data
end

DataFrame(idata.observed_data)
#DataFrame(idata.observed_data)

keys(idata.posterior)

Expand Down

0 comments on commit d37cebd

Please sign in to comment.