-
Notifications
You must be signed in to change notification settings - Fork 18
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
A little bug in unit toolkit (Tutorial 01) #414
Comments
Hey @Yu-Tang-Lin - how are you getting this? Are you running the notebooks from the Colab links or directly on your machine? |
@mattwthompson |
Hi @Yu-Tang-Lin there have been some updates to how units are handled here, but they haven't made it into a release yet. If you're running the tutorials from a clone of this repo, the For a stable experience running the tutorials, I recommend checking out the latest release tag (
In a couple of months, |
This is probably now in sync with all of the refactors that went into version 0.4.0. If this is still an issue please add more information about how you installed Evaluator and are running the notebook (i.e. |
Original:
[12] from openff.units import unit
It should be:
[12] from openff.evaluator import unit
I guess there is an update in "unit".
The text was updated successfully, but these errors were encountered: