Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zStupan authored Nov 6, 2023
1 parent 09872a6 commit f55809e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_powell(self):

def test_qing(self):
x = np.sqrt(np.arange(1, 6))
self.assertAlmostEqual(quing(x), 0.0)
self.assertAlmostEqual(qing(x), 0.0)

def test_quintic(self):
x = np.full(5, -1)
Expand Down

0 comments on commit f55809e

Please sign in to comment.