From e0f7d28c14b22740ea59ff0986771d83b061490f Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 22 Nov 2021 16:46:20 -0800 Subject: [PATCH] Don't print in test unnecessarily --- pymatgen/io/vasp/tests/test_sets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymatgen/io/vasp/tests/test_sets.py b/pymatgen/io/vasp/tests/test_sets.py index 73338a48b8b..9d673f3cf26 100644 --- a/pymatgen/io/vasp/tests/test_sets.py +++ b/pymatgen/io/vasp/tests/test_sets.py @@ -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"