Skip to content

Commit

Permalink
add missing output_dir kwarg to vaspinputset.write_input
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera authored and janosh committed May 20, 2024
1 parent 45c51ec commit 576db8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/vasp/sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def write_input(
cif_name = f"{output_dir}/{struct.formula.replace(' ', '')}.cif"

vasp_input.write_input(
output_dir,
output_dir=output_dir,
make_dir_if_not_present=make_dir_if_not_present,
cif_name=cif_name,
zip_name=f"{type(self).__name__}.zip" if zip_output else None,
Expand Down

0 comments on commit 576db8e

Please sign in to comment.