Skip to content

Commit f55809e

Browse files
authored
fix typos
1 parent 09872a6 commit f55809e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_problems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_powell(self):
137137

138138
def test_qing(self):
139139
x = np.sqrt(np.arange(1, 6))
140-
self.assertAlmostEqual(quing(x), 0.0)
140+
self.assertAlmostEqual(qing(x), 0.0)
141141

142142
def test_quintic(self):
143143
x = np.full(5, -1)

0 commit comments

Comments
 (0)