openforcefield / openff-qcsubmit

Automated tools for submitting molecules to QCFractal
https://openff-qcsubmit.readthedocs.io/en/latest/index.html
MIT License
26 stars 4 forks source link

`deserialize` should raise `FileNotFound` #176

Closed SimonBoothroyd closed 2 years ago

SimonBoothroyd commented 2 years ago

Currently deserialize raises RuntimeError when it cannot find the file rather than FileNotFound

If this is fixed then the workaround in https://github.com/openforcefield/bespoke-fit/pull/90 should be removed.