Skip to content

Commit

Permalink
satisfy pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrompiec authored Nov 15, 2024
1 parent 07c2f5a commit a527fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscf/cc/test/test_uccsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def test_ao2mo(self):
self.assertAlmostEqual(abs(eri_incore.OVoo - eri_outcore.OVoo).max(), 0, 12)
self.assertAlmostEqual(abs(eri_incore.OVvo - eri_outcore.OVvo).max(), 0, 12)
self.assertAlmostEqual(abs(eri_incore.OVvv - eri_outcore.OVvv).max(), 0, 12)

def test_damping(self):
mol = gto.M(
atom = 'H 0 0 0; F 0 0 1.1', # in Angstrom
Expand Down

0 comments on commit a527fbf

Please sign in to comment.