Skip to content

Commit 59a5bbb

Browse files
committed
lint
1 parent 3020ff3 commit 59a5bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/polynomial/tests/test_polynomial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ def test_fit_degenerate_domain(self):
635635
p = poly.Polynomial.fit([1, 1], [2, 2.1], deg=0)
636636
assert_equal(p.coef, [2.05])
637637
with assert_warns(pu.RankWarning):
638-
p = poly.Polynomial.fit([1, 1], [2, 2.1], deg=1)
638+
p = poly.Polynomial.fit([1, 1], [2, 2.1], deg=1)

0 commit comments

Comments
 (0)