Skip to content

Commit

Permalink
Updated to remove reference to depreciated function (tobac-project#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 authored Nov 30, 2021
1 parent 4e4a8bd commit 7ed73a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobac/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def segmentation_timestep(field_in,features_in,dxy,threshold=3e-3,target='maximu
pandas.DataFrame
feature dataframe including the number of cells (2D or 3D) in the segmented area/volume of the feature at the timestep
"""
from skimage.morphology import watershed
from skimage.segmentation import watershed
# from skimage.segmentation import random_walker
from scipy.ndimage import distance_transform_edt
from copy import deepcopy
Expand Down

0 comments on commit 7ed73a1

Please sign in to comment.