c-rutter / imabc

Home Page:https://c-rutter.github.io/imabc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better error message when continuation run can't find RunMetaData etc.

ncollier opened this issue · comments

Small thing but I mis-specified the previous_results_dir as an existing directory that did not contain the RunMetaData etc. files from the previous run. The error message says only that the directory is not a file and so cannot be read. Better might be that if the RunMetaData etc. files aren't found then, something like paste0("Can't find RunMetData etc. in ", previous_results_dir)

In main branch