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 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