|
I am trying to parse multiple systems, and ran into "exceeded index" issues. After some debugging I noticed that the |
Answered by
kimiaGF
Jun 2, 2022
Replies: 1 comment
|
After looking through the source code, I see that there is a default set_size for formatting which is 5000. This can be fixed by setting the set_size when calling |
0 replies
Answer selected by
kimiaGF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After looking through the source code, I see that there is a default set_size for formatting which is 5000. This can be fixed by setting the set_size when calling
.to_deepmd_npy