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
Hello everyone!
Attempting to use get_subset function for rascal.neighbourlist.structure_manager.AtomsList with argument equal to [] causes Dead Kernel.
Need to check the input data for this function
The text was updated successfully, but these errors were encountered:
The segmentation fault probably comes from #400 (or something closely related) after get_subset(), which does no bounds checking, passes through an empty selection.
Hello everyone!
Attempting to use
get_subset
function forrascal.neighbourlist.structure_manager.AtomsList
with argument equal to [] causes Dead Kernel.Need to check the input data for this function
The text was updated successfully, but these errors were encountered: