We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During synchronisation with the Exscientia sandpit the wrong alchemlyb extract function used when guarding imports against missing packges, i.e.:
alchemlyb
from alchemlyb.parsing.gmx import extract as _extract
was changed to
from alchemlyb.parsing.amber import extract as _extract
The text was updated successfully, but these errors were encountered:
Import correct alchemlyb extract function. [closes #132]
ee5cad7
Merge pull request #133 from OpenBioSim/fix_132
6eb3ce2
Fix issue #132 [ci skip]
Successfully merging a pull request may close this issue.
During synchronisation with the Exscientia sandpit the wrong
alchemlyb
extract function used when guarding imports against missing packges, i.e.:was changed to
The text was updated successfully, but these errors were encountered: