clessig/atmorep

Model config json is not loaded correctly

Opened this issue · 1 comments

In Config class, FileNotFoundError is not caught in load_json method, resulting in a crash when file is written to results. Here's a possible fix: stack post

Exception is not caught, indeed. But when it is in load_json then it cannot happen when it is written to results? Is it because the json does not exist or there is a missing folder?