-
Notifications
You must be signed in to change notification settings - Fork 174
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
dpgen autotest encounter an error "assert( len(data['atom_names'])==len(data['atom_numbs']) )" #680
Comments
What's the number of atom types in |
only one type of atom in confs/POSCAR. Below is the POSCAR file |
I check the results_task.json file (part of it is showing below), it seems that the atom_names is empty, |
I did not find |
HI, Zhang, thanks for your reply. I re-install the dpgen, the dpgen version is 0.10.0 and try it again. i got the same error Traceback (most recent call last): |
The issue should have been fixed by deepmodeling/dpdata#151, or might be the same issue as deepmodeling/dpdata#359. The error happens with dpdata, and there is no error with dpgen. |
Summary
I used "dpgen autotest run param machine" to run the eos task, and it goes well. Then I use "dpgen autotest post param" to get the eos results, and encounter an error "assert( len(data['atom_names'])==len(data['atom_numbs']) )"
my param file is as below
{
"structures": ["confs"],
"interaction": {
"type": "vasp",
"incar": "relax_incar",
"potcar_prefix":"./",
"potcars": {"Mg": "POTCAR_Mg"}
}
DPGEN Version and Platform
dpgen version: 0.10.3.dev1+g02037ad.d20211031
platform:centos7
Job submission and computing cluster configuration
Expected Behavior
Actual Behavior
Steps to Reproduce
Further Information, Files, and Links
The text was updated successfully, but these errors were encountered: