Skip to content

Commit

Permalink
Test running the shell at least once
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Jan 22, 2025
1 parent 2a14120 commit 86d1955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simulation/test_cp2k.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def test_cp2k_single(cif_name, cif_dir, tmpdir):
# Make a CP2k simulator that reads and writes to a temporary directory
runner = CP2KRunner(
cp2k_invocation="cp2k_shell",
cp2k_invocation="/home/lward/Work/MOFs/mof-generation-at-scale/bin/cp2k_shell",
)

test_file = cif_dir / f'{cif_name}.cif'
Expand Down

0 comments on commit 86d1955

Please sign in to comment.