Skip to content

Commit 6bd1590

Browse files
committed
fix linting
1 parent 135b4b8 commit 6bd1590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/vasp/flows/test_phonons.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_phonon_wf_vasp_only_displacements_kpath(
258258
kpath_scheme=kpath_scheme,
259259
generate_frequencies_eigenvectors_kwargs={"tstep": 100},
260260
create_thermal_displacements=True,
261-
store_force_constants=True
261+
store_force_constants=True,
262262
).make(si_structure)
263263

264264
# run the flow or job and ensure that it finished running successfully
@@ -399,7 +399,7 @@ def test_phonon_wf_vasp_only_displacements_add_inputs(
399399
use_symmetrized_structure="primitive",
400400
generate_frequencies_eigenvectors_kwargs={"tstep": 100},
401401
create_thermal_displacements=True,
402-
store_force_constants=True
402+
store_force_constants=True,
403403
).make(
404404
structure=si_structure,
405405
total_dft_energy_per_formula_unit=total_dft_energy_per_formula_unit,

0 commit comments

Comments
 (0)