openforcefield / openff-benchmark

Comparison benchmarks between public force fields and Open Force Field Initiative force fields
MIT License
11 stars 2 forks source link

Wrap calls to individual components in analyses in `try...except`; add `error_mols` mechanism for reporting problem cases #90

Open dotsdl opened 3 years ago

dotsdl commented 3 years ago

Currently, failures in analysis generally do not give a clear indication of what molecules failure occurred on. For rare instances in which a single molecule caused the analysis to choke, we want to:

  1. be able to identify these cases post-hoc.
  2. be able to continue the analysis, tolerant of these cases.