Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed May 28, 2022
1 parent 2c68869 commit 581e294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_skimage_regionprops/_parametric_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def visualize_measurement_on_labels(labels_layer:"napari.layers.Labels", column:

measurements = np.asarray(table[column]).tolist()

relabel(labels, measurements)
return relabel(labels, measurements)

def relabel(image, measurements):
import importlib
Expand Down

0 comments on commit 581e294

Please sign in to comment.