Skip to content

Commit

Permalink
Don't print in test unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Nov 23, 2021
1 parent 3a92b1a commit e0f7d28
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 @@ -1184,7 +1184,7 @@ def test_init(self):

with pytest.warns(BadInputSetWarning, match=r"Hybrid functionals"):
vis = MPHSEBSSet(PymatgenTest.get_structure("Li2O"), user_incar_settings={"ALGO": "Fast"})
print(vis.incar.items())
vis.incar.items()

def test_override_from_prev_calc(self):
prev_run = self.TEST_FILES_DIR / "static_silicon"
Expand Down

0 comments on commit e0f7d28

Please sign in to comment.