Skip to content

Commit

Permalink
Rel 10.4.5 - Update DimensionalData
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Oct 2, 2023
1 parent a48a0ec commit 55339ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "682df890-35be-576f-97d0-3d8c8b33a550"
license = "MIT"
desc = "Illustrate StanJulia's interface options to cmdstan"
authors = ["Rob J Goedman <[email protected]>"]
version = "10.4.4"
version = "10.4.5"

[deps]
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
Expand Down Expand Up @@ -43,10 +43,10 @@ CSV = "0.10"
CompatHelperLocal = "0.1"
DataFrames = "1.4"
DataStructures = "0.18.13"
DimensionalData = "0.24"
DimensionalData = "0.24, 0.25"
Distributions = "0.25"
DocStringExtensions = "0.9"
InferenceObjects = "0.3.4"
InferenceObjects = "0.3"
JSON = "0.21"
JSON3 = "1.12"
MCMCChains = "5.6, 6"
Expand Down
4 changes: 2 additions & 2 deletions test/Examples/InferenceData/inferencedata.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ if :observed_data in propertynames(idata)
idata.observed_data
end

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

keys(idata.posterior)

post_schools = read_samples(m_schools, :dataframe)

posterior_schools = DataFrame(idata.posterior)
#posterior_schools = DataFrame(idata.posterior)

idata |> display

0 comments on commit 55339ad

Please sign in to comment.