You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of pyamtgen 2024.8.8, there is an incompatibility with Lattice.get_points_in_sphere on Windows when using numpy < 2. Everything seems to run fine on numpy 2.0.1 and/or non-Windows machines.
Andrew-S-Rosen
changed the title
Incompatability with numpy <2 on Windows
Incompatability with numpy <2 on Windows for Lattice.find_points_in_spheresAug 9, 2024
Python version
3.11
Pymatgen version
2024.8.9
Operating system version
Windows
Current behavior
As of pyamtgen 2024.8.8, there is an incompatibility with
Lattice.get_points_in_sphere
on Windows when using numpy < 2. Everything seems to run fine on numpy 2.0.1 and/or non-Windows machines.Traceback:
This influences many other functions in Pymatgen, such as the example below:
Traceback:
The text was updated successfully, but these errors were encountered: