TuringLang / MCMCChains.jl

Types and utility functions for summarizing Markov chain Monte Carlo simulations
https://turinglang.org/MCMCChains.jl/
Other
268 stars 28 forks source link

`corner` fails with certain backends #414

Closed torfjelde closed 1 year ago

torfjelde commented 1 year ago

corner currently passes the parameters as-is, i.e. they will be Symbol rather than string. This can cause issues with certain backends as it's technically a violation of what Plots.jl expects (AFAIK).

E.g. unicodeplots will break when using corner.

torfjelde commented 1 year ago

Solved by #415