Skip to content

Commit 8d95848

Browse files
committed
TST: linalg: Add missing empty line at the end in test_interpolative
[lint only]
1 parent 9dce22d commit 8d95848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/linalg/tests/test_interpolative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ def test_svd_aslinearoperator_shape_check(self):
229229
u, s, v = pymatrixid.svd(xl, 2)
230230
assert_equal(u.shape, (4, 2))
231231
assert_equal(s.shape, (2,))
232-
assert_equal(v.shape, (9, 2))
232+
assert_equal(v.shape, (9, 2))

0 commit comments

Comments
 (0)