Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into try_cpp_20
Browse files Browse the repository at this point in the history
  • Loading branch information
paul0403 committed Oct 25, 2024
2 parents e1ba41e + 175cf8c commit 1978383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/pytest/test_measurement_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def circuit(theta: float):
res = qml.qjit(measurements_from_samples(circuit, dev.wires), seed=37)(theta)

if len(measurement().wires) == 1:
samples_expected = qml.qjit(circuit)(theta)
samples_expected = qml.qjit(circuit, seed=37)(theta)
else:
samples_expected = circuit(theta)

Expand Down

0 comments on commit 1978383

Please sign in to comment.