Skip to content

Commit

Permalink
Merge pull request #902 from pyiron/sphinx_warning
Browse files Browse the repository at this point in the history
[minor] correct error message in SPHInX
  • Loading branch information
samwaseda authored Dec 13, 2022
2 parents 49e4513 + 896a526 commit 53199c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_atomistics/sphinx/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ def job_finished(self):
len(re.findall("Program exited normally.", self.log_file, re.MULTILINE))
== 0
):
warnings.warn("Log file created but first scf loop not reached")
warnings.warn("scf loops did not converge")
return False
return True

Expand Down

0 comments on commit 53199c1

Please sign in to comment.