Skip to content

Commit

Permalink
fix BOO7
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 26, 2024
1 parent a1eb042 commit 2e97731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_Solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

gradientPerturbations = []
hessianPerturbations = []
for i in range(0, nTest):
for _ in range(0, nTest):
gradientPerturbations.append(rng.random(n) * GRADIENT_PERTURBATION_VARIANCE)
hessianPerturbations.append(rng.random((n, n)) * HESSIAN_PERTURBATION_VARIANCE)

Expand Down

0 comments on commit 2e97731

Please sign in to comment.