Skip to content

Commit

Permalink
Fixes log evidence printing in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfiffer committed Mar 2, 2019
1 parent f74758d commit 9c15c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function header(c::AbstractChains; section=missing)

# Return header.
return string(
# "Log model evidence = $(c.logevidence)\n", #FIXME: Uncomment.
"Log evidence = $(c.logevidence)\n",
"Iterations = $(first(c)):$(last(c))\n",
"Thinning interval = $(step(c))\n",
"Chains = $(join(map(string, chains(c)), ", "))\n",
Expand Down

0 comments on commit 9c15c4b

Please sign in to comment.