Skip to content

Commit 048440a

Browse files
Fix broken test
1 parent 07d97f9 commit 048440a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/vasp/test_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def test_gamma_checks(self) -> None:
204204
assert _gamma_point_only_check(vis.get_input_set())
205205

206206
# no longer Gamma-centered
207-
vis = MPRelaxSet(structure=structure, user_kpoints_settings=Kpoints([(2, 1, 1)]))
207+
vis = MPRelaxSet(structure=structure, user_kpoints_settings=Kpoints(kpts=[2, 1, 1]))
208208
assert not _gamma_point_only_check(vis.get_input_set())
209209

210210
vis = MPRelaxSet(structure=structure, user_kpoints_settings=Kpoints(kpts_shift=(0.1, 0.0, 0.0)))

0 commit comments

Comments
 (0)