Failed to create dataset from extxyz #215
-
This is the error message I'm seeing:
The relevant part of the
The All unit tests pass, so I'm sure it's just me doing something silly. What could be going wrong here? |
Beta Was this translation helpful? Give feedback.
Answered by
Linux-cpp-lisp
May 26, 2022
Replies: 1 comment 4 replies
-
Hi @tawe141 , We've generally seen this error before when one or more frames in your dataset are missing something, such as forces or the energy. Please check your data, such as by loading it using |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tawe141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tawe141 ,
We've generally seen this error before when one or more frames in your dataset are missing something, such as forces or the energy. Please check your data, such as by loading it using
ase.io.read
, to find which frame(s) are incomplete.