Skip to content

Commit eff240d

Browse files
Updates for scipy
1 parent f68bf0f commit eff240d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

batchflow/batch_image.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
except ImportError:
1414
pass
1515

16-
from scipy.ndimage.filters import gaussian_filter
17-
from scipy.ndimage.interpolation import map_coordinates
16+
from scipy.ndimage import gaussian_filter, map_coordinates
1817

1918
from .batch import Batch
2019
from .decorators import action, apply_parallel, inbatch_parallel

0 commit comments

Comments
 (0)