Closed dotsdl closed 3 years ago
Something about 0.8.4 appears to have broken the tests. Based on the differences between 0.8.4 and 0.8.4rc1, is it obvious what may be causing this @j-wags?
CI runs on master
appear to work fine still: https://github.com/openforcefield/openff-benchmark/actions/runs/647641024
Looking into this now. Apologies for the delay.
Probably an interaction with this change. Setting up a dev environment to resolve it.
Ok, I found and fixed two problems:
extras
dict when it runs offmol.to_qcschema
. openff-benchmark then tries to set it again using the same mapped SMILES, which causes an error. So I added a try/except that should make it work for 0.8.4rc1
(which doesn't pre-populate the mapped SMILES) AND 0.8.4 (which does pre-populate it). This fix seems to work on my local machine. @dotsdl, could you sanity-check this?Ah, thank you for this @j-wags! Reading your resolution it's clear I should have dove into it further myself, since I was directly involved in those changes.
Description
Version bump for the openforcefield toolkit 0.8.4rc1 -> 0.8.4.
Shouldn't be much different than 0.8.4rc1, so shouldn't be dramatic.
Status