Skip to content
New issue

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

[BUG] Incorrect alchemlyb extract function imported #132

Closed
lohedges opened this issue Jul 10, 2023 · 0 comments · Fixed by #133
Closed

[BUG] Incorrect alchemlyb extract function imported #132

lohedges opened this issue Jul 10, 2023 · 0 comments · Fixed by #133
Labels
bug Something isn't working exscientia Related to work with Exscientia

Comments

@lohedges
Copy link
Contributor

During synchronisation with the Exscientia sandpit the wrong alchemlyb extract function used when guarding imports against missing packges, i.e.:

from alchemlyb.parsing.gmx import extract as _extract

was changed to

from alchemlyb.parsing.amber import extract as _extract
@lohedges lohedges added bug Something isn't working exscientia Related to work with Exscientia labels Jul 10, 2023
This was referenced Jul 10, 2023
lohedges added a commit that referenced this issue Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working exscientia Related to work with Exscientia
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant