Skip to content

Commit 695e37d

Browse files
committed
Adjust pbchf test threshold
1 parent c573058 commit 695e37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscf/pbc/scf/test/test_hf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def test_rhf_0d(self):
277277

278278
eref = cell.to_mol().RHF().density_fit().kernel()
279279
e1 = cell.RHF().density_fit().kernel()
280-
self.assertAlmostEqual(e1, eref, 10)
280+
self.assertAlmostEqual(e1, eref, 9)
281281

282282
cell = pbcgto.Cell()
283283
cell.atom = 'He 1. .5 .5; C .1 1.3 2.1'

0 commit comments

Comments
 (0)