Add python Conformer.SetPositions wrapper
This took a bit longer than it should have.
Usage
array = mol.GetConformer(0).GetPositions()
mol.GetConformer(0).SetPositions(array)
@greglandrum the failure isn't related to this MR, it's a doc-string mismatch in GetNumAtoms
@greglandrum the failure isn't related to this MR, it's a doc-string mismatch in GetNumAtoms
which is a bit weird because the tests pass on master
Yeah, I’m pretty sure a change here caused it, but it sure isn’t obvious
@greglandrum fixed
@bp-kelley there are still some outstanding suggestions here
@greglandrum I had made the changes but forgot to push! Should be set now.