Skip to content

dpgen autotest encounter an error "assert( len(data['atom_names'])==len(data['atom_numbs']) )" #680

Closed
@xwchen2019

Description

@xwchen2019

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"}

},
"properties": [
	{
        "type":         "eos",
		"vol_start":	0.9,
		"vol_end":	1.1,
		"vol_step":	0.01,
        "change_box":   true
	}
    ]

}

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions