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 6ca81a7 + 8ba491e commit cce5005Copy full SHA for cce5005
atomate/vasp/firetasks/tests/test_lobster_tasks.py
@@ -54,6 +54,7 @@ def test_ioset_explicit(self):
54
potcar_path="POTCAR.gz",
55
incar_path="INCAR.gz",
56
option="standard",
57
+ user_lobsterin_settings={"COHPEndEnergy": 5.0, "COHPStartEnergy": -15.0},
58
)
59
ft = load_object(ft.to_dict()) # simulate database insertion
60
ft.run_task({})
@@ -69,7 +70,7 @@ def test_ioset_settings(self):
69
70
71
72
- user_lobsterin_settings={"COHPEndEnergy": 10.0},
73
+ user_lobsterin_settings={"COHPEndEnergy": 10.0, "COHPStartEnergy": -15.0},
74
75
76
0 commit comments