-
Notifications
You must be signed in to change notification settings - Fork 3
Qm9mx #44
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
Conversation
df_xyz = self._read_all_xyzs() | ||
return [ | ||
{"energies": np.atleast_2d(en), **xyz_dict} | ||
for xyz_dict, en in zip(df_xyz.to_dict("records"), df_energies.values.astype(np.float32)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure about the mapping here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure the mapping logic work, I'm going to retry a reprocessing just to be sure and if everything works as expected I'm going to merge it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prtos Mapping and collating is correct, gonna merge the PR then
Checklist: