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
I'm unable to load a model (through load_model) that has assigned a vector-type "totaldegree" (different degrees for each order). It looks like this is caused by _sanitize_dict changing the vector into a tuple, which leads to an error in _get_degrees :
error("Cannot determine total degree of ACE basis from the arguments provided.")
The text was updated successfully, but these errors were encountered:
Hi,
I'm unable to load a model (through
load_model
) that has assigned a vector-type "totaldegree" (different degrees for each order). It looks like this is caused by_sanitize_dict
changing the vector into a tuple, which leads to an error in_get_degrees
:The text was updated successfully, but these errors were encountered: