Open Luthaf opened 3 years ago
Hi! Adding a note to this issue. When masking several species, I still want them to come up in the mapping, e.g. if I only get the soap vectors for oxygen centers but there are hydrogens present, I want to see the mapping including all 1-1, 1-8, and 8-8, not just 8-8.
Here is a script demonstrating the issue:
This will print
756 2520
and then fail the assertion.I understand why
get_feature_index_mapping
need to take the managers as parameter, since the features could change depending on which species are present in the structures. Butget_feature_index_mapping
should deal with all possibleexpansion_by_species_method
.A temporary workaround is to call
get_feature_index_mapping
with a specially constructed frame: