Skip to content

Commit

Permalink
fixed kpoint construction in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dyllamt committed Mar 26, 2019
1 parent c2049c2 commit 118397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/vasp/tests/test_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def test_optics(self):
def test_user_kpoint_override(self):
user_kpoints_override = Kpoints(
style=Kpoints.supported_modes.Gamma,
kpts=((1, 1, 1))) # the default kpoints style is reciprocal
kpts=((1, 1, 1),)) # the default kpoints style is reciprocal

prev_run = self.TEST_FILES_DIR / "relaxation"
vis = MPNonSCFSet.from_prev_calc(
Expand Down

0 comments on commit 118397b

Please sign in to comment.