OpenBioSim/biosimspace

[BUG] Incorrect return type in BioSimSpace.Parameters funciton docstrings

Closed this issue · 0 comments

The docstrings for the parameterisation functions in BioSimSpace.Parameters imply that a molecule is returned. We actually return a parameterisation process object that runs in the background, with the molecule returned by calling .getMolecule() on this object.