Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 2, 2024
1 parent 762da5a commit 2b627fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/cohp/test_describe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2b627fe

Please sign in to comment.