Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load_model not working for models with Vector-type "totaldegree" #270

Open
wgst opened this issue Sep 30, 2024 · 0 comments
Open

load_model not working for models with Vector-type "totaldegree" #270

wgst opened this issue Sep 30, 2024 · 0 comments

Comments

@wgst
Copy link
Contributor

wgst commented Sep 30, 2024

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 :

error("Cannot determine total degree of ACE basis from the arguments provided.")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant