Skip to content

Commit

Permalink
update shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 8, 2023
1 parent 13b5608 commit e349d71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_elastic_cp2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from atomistics.workflows.elastic.workflow import ElasticMatrixWorkflow


cp2k_command = "cp2k_shell.sopt"
cp2k_command = "cp2k_shell.psmp"
if shutil.which(cp2k_command) is not None:
skip_cp2k_test = False
else:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_evcurve_cp2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from atomistics.workflows.evcurve.workflow import EnergyVolumeCurveWorkflow


cp2k_command = "cp2k_shell.sopt"
cp2k_command = "cp2k_shell.psmp"
if shutil.which(cp2k_command) is not None:
skip_cp2k_test = False
else:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_phonons_cp2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from atomistics.workflows.phonons.workflow import PhonopyWorkflow


cp2k_command = "cp2k_shell.sopt"
cp2k_command = "cp2k_shell.psmp"
if shutil.which(cp2k_command) is not None:
skip_cp2k_test = False
else:
Expand Down

0 comments on commit e349d71

Please sign in to comment.