Skip to content

Commit ba5f6da

Browse files
committed
MAINT: PR 17239 revisions
* fix missing import from cherry-picked patch
1 parent 381089e commit ba5f6da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scipy/linalg/tests/test_lapack.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Created by: Pearu Peterson, September 2002
33
#
44

5+
import sys
56
from functools import reduce
67

78
from numpy.testing import (assert_equal, assert_array_almost_equal, assert_,

0 commit comments

Comments
 (0)