Skip to content

Commit

Permalink
tests: increase nshots in diffrules test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Nov 7, 2024
1 parent ae04a26 commit 921485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_differentiation_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def compute_gradient(frontend, model, x):
return grad


@pytest.mark.parametrize("nshots", [None, 500000])
@pytest.mark.parametrize("nshots", [None, 1000000])
@pytest.mark.parametrize("backend", EXECUTION_BACKENDS)
def test_expval_grad_PSR(frontend, backend, nshots):
"""
Expand Down

0 comments on commit 921485f

Please sign in to comment.