Skip to content

Commit

Permalink
Add julia version and os
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenalfonso committed Feb 19, 2024
1 parent 17a150e commit 1d50c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
strategy:
matrix:
version:
- '1.8.3'
- '1.10.1'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using Test
@test typeof(chain_tests) == Array{Float64, 3}
println(size(chain_tests))

g_r = McmcHermes.get_gelman_rubin(chain_tests)
g_r = McmcHermes.gelman_rubin_diagnostic(chain_tests)
@test typeof(g_r) == Float64

flat_chains = McmcHermes.get_flat_chain(chain_tests, burn_in=10, thin=10)
Expand Down

0 comments on commit 1d50c76

Please sign in to comment.