Skip to content

Commit

Permalink
gzip ferroelectric inputs to save a bit o space
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed Oct 21, 2024
1 parent a441c2a commit 5b6793d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/vasp/flows/test_ferroelectric.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ def test_my_flow(mock_vasp, clean_dir, test_dir):
/ "vasp"
/ "KNbO3_ferroelectric/polarization_polar"
/ "inputs"
/ "POSCAR"
/ "POSCAR.gz"
)
st_np = Structure.from_file(
test_dir
/ "vasp"
/ "KNbO3_ferroelectric/polarization_nonpolar"
/ "inputs"
/ "POSCAR"
/ "POSCAR.gz"
)
st_interp = Structure.from_file(
test_dir
/ "vasp"
/ "KNbO3_ferroelectric/polarization_interpolation_0"
/ "inputs"
/ "POSCAR"
/ "POSCAR.gz"
)

flow = FerroelectricMaker(relax_maker=False, nimages=1).make(st_p, st_np)
Expand Down

0 comments on commit 5b6793d

Please sign in to comment.