We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4832c5 + 31467f7 commit 7f59ee3Copy full SHA for 7f59ee3
1 file changed
afbf/utilities.py
@@ -27,6 +27,7 @@
27
# global operations on matrix.
28
from numpy import amin, min, argmin # find the minimum of a matrix.
29
from numpy import amax, max, argmax # find the minimum of a matrix.
30
+
31
from numpy import minimum, maximum
32
from numpy import argmin # find the minimum argument.
33
from numpy import sum # compute sums.
@@ -94,5 +95,5 @@
94
95
from numpy.linalg import solve, cond
96
97
# Reading an image.
-from imageio import imread
98
+from imageio.v2 import imread
99
0 commit comments