From 2b627fea936f537d6c64baaac17fe4d1eb0a8266 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 16:43:49 +0000 Subject: [PATCH] pre-commit auto-fixes --- tests/cohp/test_describe.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/cohp/test_describe.py b/tests/cohp/test_describe.py index b9e9d3aa..6c35201e 100644 --- a/tests/cohp/test_describe.py +++ b/tests/cohp/test_describe.py @@ -437,10 +437,9 @@ def test_warnings(self): bva_comp=True, ) 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." + 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." ) calc_des3 = Description.get_calc_quality_description(calc_quality_warnings3)