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
When I use spin_moment, I get a numpy ComplexWarning.
This is annoying but it is not super bad. However, when I run a parallel calculation on the BZ, I get a ComplexWarning for each k point, since numpy can't realize it has already issued this warning. Then it gets really bad 😅
When I use
spin_moment
, I get a numpyComplexWarning
.This is annoying but it is not super bad. However, when I run a parallel calculation on the BZ, I get a
ComplexWarning
for each k point, since numpy can't realize it has already issued this warning. Then it gets really bad 😅Substituting
sisl/sisl/physics/electron.py
Line 390 in bba363b
removes the warning, but I don't know if it's the correct fix.
The text was updated successfully, but these errors were encountered: