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
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. But get_feature_index_mapping should deal with all possible expansion_by_species_method.
A temporary workaround is to call get_feature_index_mapping with a specially constructed frame:
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:The text was updated successfully, but these errors were encountered: