openforcefield / openff-benchmark

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

Coverage fix #74

Closed jthorton closed 3 years ago

jthorton commented 3 years ago

Description

This PR fixes the coverage filter and stops failed molecules from getting past the step. This was caused by the use of the molecule index when doing a glob search which should have been padded using zfill. The test to catch this has been updated as well.

Todos

Notable points that this PR has either accomplished or will accomplish.

Questions

Status

  • [x] Ready to go
dotsdl commented 3 years ago

Thank you both!