Skip to content

Commit

Permalink
black test_shci_wf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
willwheelera committed Jan 27, 2021
1 parent 43a556a commit 82e88a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_shci_wf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run_test():
)
en, err = avg(data["energytotal"][1:])
nsigma = 4
assert len(wf.parameters['det_coeff']) == len(cisolver.ci)
assert len(wf.parameters["det_coeff"]) == len(cisolver.ci)
assert en - nsigma * err < e_hf
assert en + nsigma * err > ci_energy

Expand Down

0 comments on commit 82e88a0

Please sign in to comment.