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
In #254 the user sees a confusing error message related to a missing spin key from the orbital-projected data dictionary.
In fact, bs.get_projections_on_elements_and_orbitals has returned an empty dictionary. We could explicitly check for that scenario and raise a more informative error (suggesting to check if LORBIT was set...)
The text was updated successfully, but these errors were encountered:
In #254 the user sees a confusing error message related to a missing spin key from the orbital-projected data dictionary.
In fact,
bs.get_projections_on_elements_and_orbitals
has returned an empty dictionary. We could explicitly check for that scenario and raise a more informative error (suggesting to check if LORBIT was set...)The text was updated successfully, but these errors were encountered: