We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c838d13 + e0b8394 commit 8b599b2Copy full SHA for 8b599b2
atomate/vasp/firetasks/write_inputs.py
@@ -80,7 +80,7 @@ def run_task(self, fw_spec):
80
fw_struct = fw_spec.get(spec_structure_key)
81
dd = vis.as_dict()
82
dd["structure"] = fw_struct
83
- vis.from_dict(dd)
+ vis = vis.from_dict(dd)
84
85
potcar_spec = self.get("potcar_spec", False)
86
vis.write_input(".", potcar_spec=potcar_spec)
0 commit comments