Skip to content

Adds a simple hack to ensure corner doesn't fail

Gregory Ashton requested to merge add-range-to-default-kwargs into master

If the prior is fixed at a constant, but you include the parameter name in the parameters given to plot_corner. It currently fails with a confusing message about the range. This just sets the range which means a plot will be created.

Merge request reports