Skip to content

Commit

Permalink
Final bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarsan-surendralal committed Apr 14, 2022
1 parent 857a49e commit 973f0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/atomistics/master/test_murnaghan_master_modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_run(self):
murn.run()
self.assertFalse(ham.status.finished)
self.project.wait_for_job(murn, interval_in_s=5, max_iterations=50)
self.assertTrue(murn.not_converged)
self.assertTrue(murn.status.not_converged)


if __name__ == "__main__":
Expand Down

0 comments on commit 973f0db

Please sign in to comment.