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
If sort_sublattice_intensities fails to assign an elemental configuration to a given site, it either assigns the highest intensity configuration or the most common sublattice element (found using get_most_common_sublattice_element). This works well, except for when the most common sublattice element is blank (''), as the function will find all the blanks and replace them with blanks.
It shouldn't be the case that the most common sublattice element is blank, but it might be useful to include a parameter in the function for a standard element to use as a default assignment for cases like this.
The text was updated successfully, but these errors were encountered:
If sort_sublattice_intensities fails to assign an elemental configuration to a given site, it either assigns the highest intensity configuration or the most common sublattice element (found using get_most_common_sublattice_element). This works well, except for when the most common sublattice element is blank (''), as the function will find all the blanks and replace them with blanks.
It shouldn't be the case that the most common sublattice element is blank, but it might be useful to include a parameter in the function for a standard element to use as a default assignment for cases like this.
The text was updated successfully, but these errors were encountered: