Skip to content

Commit

Permalink
Modify scipy import pattern for future compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed Jan 27, 2024
1 parent b2d6e51 commit 1256f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell_spots/utils/augmentation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import numpy as np
from keras_preprocessing.image.affine_transformations import \
transform_matrix_offset_center
from scipy.ndimage.morphology import distance_transform_edt
from scipy.ndimage import distance_transform_edt


def subpixel_distance_transform(point_list, image_shape, dy=1, dx=1):
Expand Down

0 comments on commit 1256f10

Please sign in to comment.