Skip to content

Commit 7f59ee3

Browse files
authored
Merge branch 'main' into dev
2 parents d4832c5 + 31467f7 commit 7f59ee3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

afbf/utilities.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# global operations on matrix.
2828
from numpy import amin, min, argmin # find the minimum of a matrix.
2929
from numpy import amax, max, argmax # find the minimum of a matrix.
30+
3031
from numpy import minimum, maximum
3132
from numpy import argmin # find the minimum argument.
3233
from numpy import sum # compute sums.
@@ -94,5 +95,5 @@
9495
from numpy.linalg import solve, cond
9596

9697
# Reading an image.
97-
from imageio import imread
98+
from imageio.v2 import imread
9899

0 commit comments

Comments
 (0)