Skip to content

Commit

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

Expand Down

0 comments on commit 762da5a

Please sign in to comment.