Skip to content

Commit

Permalink
Update test_dos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Feb 22, 2024
1 parent 010fc70 commit 6a8515c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/core/recipes/espresso_recipes/test_dos.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def test_projwfc_job(tmp_path, monkeypatch):
copy_decompress_tree({DATA_DIR / "dos_test/": "pwscf.save/*.gz"}, tmp_path)
copy_decompress_files([DATA_DIR / "Si.upf.gz"], tmp_path)
output = projwfc_job(tmp_path)
print(output)
assert output["name"] == "projwfc.x Projects-wavefunctions"
assert output["parameters"]["input_data"]["projwfc"] == {}

Expand Down

0 comments on commit 6a8515c

Please sign in to comment.