-
Notifications
You must be signed in to change notification settings - Fork 6
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
updated env matching examples #64
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
The notebook ran except for the |
Let's start by changing the base branch from |
Alright, just changed the base branch |
@@ -24,7 +24,9 @@ | |||
"cell_type": "code", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line #11. env_neighbors=neighbor,
The cluster_neighbors
keyword argument should come before the env_neighbors
argument. There is one other place in this PR where the same mistake occurs.
Reply via ReviewNB
for more information, see https://pre-commit.ci
…es into env-matching-egs
for more information, see https://pre-commit.ci
…planation" This reverts commit b352cc8.
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, great job @melodyyzh!
Thanks for your help! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears that I prematurely approved this PR. The notebook "Identifying Local Environments in a Complex Crystal" is in good shape, but the EnvironmentCluster
module intro notebook still needs to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks good. It only fails the Nematic example, which is being fixed on #68
Description
Updated environment matching examples based on a few recent API changes.
Resolves: #58
Checklist: