Skip to content

Commit

Permalink
Merge branch 'check_issue_123' into fix_issue_123
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewRHermes committed Sep 17, 2024
2 parents 8058385 + 13b9933 commit f6fa138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lassi/test_c2h4n4.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_lassis_slow (self):
las2.lasci ()
lsis2 = LASSIS (las2).run ()
self.assertTrue (lsis2.converged)
self.assertAlmostEqual (lib.fp (lsis_scanner.e_roots), lib.fp (lsis2.e_roots), 7)
self.assertAlmostEqual (lsis_scanner.e_roots[0], lsis2.e_roots[0], 7)


def test_contract_hlas_ci (self):
Expand Down

0 comments on commit f6fa138

Please sign in to comment.