Skip to content

Commit

Permalink
removed unused OT from cp2k test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Jun 12, 2020
1 parent 490927f commit 109323e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_using_plams/test_cp2k_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def cp2k_available() -> None:
def test_cp2k_opt(tmp_path: PathLike):
"""Run a simple molecular optimization."""
s = fill_cp2k_defaults(templates.geometry)
# remove OT section
del s.specific.cp2k.force_eval.dft.scf.OT

# Do a single step
s.specific.cp2k.motion.geo_opt.max_iter = 1
Expand Down

0 comments on commit 109323e

Please sign in to comment.