Skip to content

Commit

Permalink
Another test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Apr 24, 2022
1 parent 5a76746 commit 46c1224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/diagnostic_tests.jl
Expand Up @@ -173,7 +173,7 @@ end
end
end
@test autocor(c) isa ChainDataFrame
@test Array(autocor(c)) == Array(autocor(c; append_chains=true))
@test convert(Array, autocor(c)) == convert(Array, autocor(c; append_chains=true))
end

@test MCMCChains.cor(chn) isa ChainDataFrame
Expand Down

0 comments on commit 46c1224

Please sign in to comment.