Skip to content

This adds a prior check and print out at runtime

Gregory Ashton requested to merge add-prior-check-at-runtime into master

The aim here is to avoid failure modes where the user has a dodgy prior file, submits the job, and then finds out when it gets running. Instead, the prior is loaded and printed. If it fails to load, a message is printed (in red) with the traceback.

Closes #176 (closed)

Edited by Gregory Ashton

Merge request reports