Skip to content

Commit

Permalink
Update parameters (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
trbromley authored Jun 21, 2021
1 parent 277b97e commit dbef6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pennylane/devices/tests/test_measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,8 @@ def test_projector(self, device, tol, skip_if):

skip_if(dev, {"supports_tensor_observables": False})

theta = 0.432
phi = 0.123
theta = 1.432
phi = 1.123
varphi = -0.543

@qml.qnode(dev)
Expand Down

0 comments on commit dbef6aa

Please sign in to comment.