Skip to content

Commit 308d453

Browse files
committed
Relax hci test to pass with aarch architecture
1 parent 9a2e2b1 commit 308d453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyci/test/test_routines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def test_run_hci(filename, wfn_type, occs, energy):
307307
assert len(wfn) == np.prod([comb(wfn.nbasis, occ, exact=True) for occ in occs])
308308
else:
309309
assert len(wfn) == comb(wfn.nbasis, occs[0], exact=True)
310-
npt.assert_allclose(es[0], energy, rtol=0.0, atol=1.0e-9)
310+
npt.assert_allclose(es[0], energy, rtol=0.0, atol=2.0e-9)
311311

312312

313313
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)