Skip to content

Commit

Permalink
Update io.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai committed Jun 3, 2016
1 parent d25d4bd commit 4861721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Base.show(io::IO, ch1::Chain)
print(io, "Empty Chain, weight $(ch1.weight)")
else
chain_mean = [i => mean(ch1, i, x -> x) for i in keys(ch1.value[1].value)]
print(io, "Chain, weight $(ch1.weight) and means $(chain_mean)")
print(io, "Chain, model edvidence (log) $(ch1.weight) and means $(chain_mean)")
end
end

Expand Down

0 comments on commit 4861721

Please sign in to comment.