Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mlxd committed May 1, 2023
1 parent fd580fb commit 63f5d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_probs.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ def circuit():
res_probs = dev.probability([0, 1])
expected_prob = np.array([0.72855339, 0.02144661, 0.125, 0.125])

assert np.allclose(res_probs, expected_prob, atol=tol, rtol=0)
assert np.allclose(res_probs, expected_prob, atol=tol, rtol=0)

0 comments on commit 63f5d42

Please sign in to comment.