Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
TolisChal committed Sep 3, 2024
1 parent 7c87955 commit 5562a85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/optimizers/test_spsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def objective(x):

settings = {"maxiter": 100, "blocking": True, "allowed_increase": 0}


expected_nfev = settings["maxiter"] * 3 + 1

spsa = SPSA(**settings)
Expand Down

0 comments on commit 5562a85

Please sign in to comment.