Skip to content

Commit 3a014b3

Browse files
authored
Update quantum_espresso_workflow.py
1 parent 92234c1 commit 3a014b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantum_espresso_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ def ase_to_json(atoms):
8585

8686

8787
def json_to_ase(atoms_json):
88-
structure_restore = StructureResourceAttributes.model_validate_json(atoms_json))
88+
structure_restore = StructureResourceAttributes.model_validate_json(atoms_json)
8989
return get_ase_atoms(optimade_structure=StructureResource(id="ase", attributes=structure_restore))

0 commit comments

Comments
 (0)