Skip to content

Commit ef5b753

Browse files
committed
Reverting change
1 parent 1c0fc7a commit ef5b753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_hartree_fock_restart(self):
125125

126126
# assess that the energy of the perturbed result is different
127127
# (and also higher)
128-
en = -39.3317094910293
128+
en = -39.34538546003782
129129
np.testing.assert_almost_equal(results2['energies'][-1], en, 3)
130130

131131
# check that the convergence is quicker

0 commit comments

Comments
 (0)