Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sseraj committed Jul 6, 2024
1 parent 6d09cd4 commit f725379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hs015.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def test_snopt_work_arrays_save(self):
histFile = "work_arrays_save.hst"
sol = opt(self.optProb, sens=self.sens, storeHistory=histFile, restartDict=restartDict)

# Check that the optimization converged in fewer than 5 more major iterations
# Check that the optimization converged
self.assert_solution_allclose(sol, 1e-12)
self.assert_inform_equal(sol, optInform=1)

Expand Down

0 comments on commit f725379

Please sign in to comment.