Skip to content

Commit

Permalink
point to renamed ref test_data
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Nov 30, 2024
1 parent 098f0fe commit ec4dbc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/vasp/flows/test_phonons.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,11 @@ def test_phonon_wf_vasp_only_displacements_optional_settings(
def test_phonon_wf_vasp_all_steps(mock_vasp, clean_dir, si_structure: Structure):
# mapping from job name to directory containing test files
ref_paths = {
"phonon static 1/1": "Si_phonons_4/phonon_static_1_1",
"static": "Si_phonons_4/static",
"tight relax 1": "Si_phonons_4/tight_relax_1",
"tight relax 2": "Si_phonons_4/tight_relax_2",
"dielectric": "Si_phonons_4/dielectric",
"phonon static 1/1": "Si_phonons_3/phonon_static_1_1",
"static": "Si_phonons_3/static",
"tight relax 1": "Si_phonons_3/tight_relax_1",
"tight relax 2": "Si_phonons_3/tight_relax_2",
"dielectric": "Si_phonons_3/dielectric",
}

# settings passed to fake_run_vasp; adjust these to check for certain INCAR settings
Expand Down

0 comments on commit ec4dbc6

Please sign in to comment.