Skip to content

Commit

Permalink
use shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jan 4, 2024
1 parent 588a29f commit 25e8784
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 @@ -10,7 +10,7 @@
from atomistics.workflows.elastic.workflow import ElasticMatrixWorkflow


cp2k_command = "cp2k.ssmp"
cp2k_command = "cp2k_shell.ssmp"
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 @@ -10,7 +10,7 @@
from atomistics.workflows.evcurve.workflow import EnergyVolumeCurveWorkflow


cp2k_command = "cp2k.ssmp"
cp2k_command = "cp2k_shell.ssmp"
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 @@ -10,7 +10,7 @@
from atomistics.workflows.phonons.workflow import PhonopyWorkflow


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

0 comments on commit 25e8784

Please sign in to comment.