Skip to content

Disable the `corner` plot when `--disable_corner` is passed from the command line

Charlie Hoy requested to merge no_corner into master

The purpose of this MR is to introduce a new command line option which disables the corner plot from being produced. This will reduce the overall runtime of the code. This fixes issue #213 (closed).

Merge request reports