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

Broken import of ase.neighborlist #44

Open
sirmarcel opened this issue May 10, 2024 · 0 comments
Open

Broken import of ase.neighborlist #44

sirmarcel opened this issue May 10, 2024 · 0 comments

Comments

@sirmarcel
Copy link

Heya, something is broken with ase==3.23.0b1, importing structures.py yields

AttributeError: module 'ase' has no attribute 'neighborlist'

I think maybe this changed between the last ase release and the current version. Anyhow, it can easily be fixed by adding

from ase import neighborlist

somewhere in that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant