From 762da5af6ffc378e50d4e7fa98dcfa62cc6ed1d2 Mon Sep 17 00:00:00 2001 From: JaGeo Date: Thu, 2 May 2024 18:43:22 +0200 Subject: [PATCH] Update tests --- tests/cohp/test_describe.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/cohp/test_describe.py b/tests/cohp/test_describe.py index bcc8edad..b9e9d3aa 100644 --- a/tests/cohp/test_describe.py +++ b/tests/cohp/test_describe.py @@ -438,7 +438,9 @@ def test_warnings(self): ) assert ( str(w3[0].message) - == "Consider rerunning the calc with the minimum basis as well. Choosing is larger basis set is recommended if you see a significant improvement of the charge spilling and material has non-zero band gap." + == "Consider rerunning the calc with the minimum basis as well. " + "Choosing is larger basis set is recommended if you see a significant " + "improvement of the charge spilling and material has non-zero band gap." ) calc_des3 = Description.get_calc_quality_description(calc_quality_warnings3)