Skip to content

Commit

Permalink
Merge pull request #747 from JaGeo/main
Browse files Browse the repository at this point in the history
Fix Lobster Task Tests
  • Loading branch information
itsduowang authored Feb 16, 2022
2 parents 6ca81a7 + 8ba491e commit cce5005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atomate/vasp/firetasks/tests/test_lobster_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_ioset_explicit(self):
potcar_path="POTCAR.gz",
incar_path="INCAR.gz",
option="standard",
user_lobsterin_settings={"COHPEndEnergy": 5.0, "COHPStartEnergy": -15.0},
)
ft = load_object(ft.to_dict()) # simulate database insertion
ft.run_task({})
Expand All @@ -69,7 +70,7 @@ def test_ioset_settings(self):
potcar_path="POTCAR.gz",
incar_path="INCAR.gz",
option="standard",
user_lobsterin_settings={"COHPEndEnergy": 10.0},
user_lobsterin_settings={"COHPEndEnergy": 10.0, "COHPStartEnergy": -15.0},
)
ft = load_object(ft.to_dict()) # simulate database insertion
ft.run_task({})
Expand Down

0 comments on commit cce5005

Please sign in to comment.