Skip to content

Commit

Permalink
Add message when loading csv features
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed May 17, 2023
1 parent c333094 commit 5f2f5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/napari_feature_classifier/feature_loader_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ def load_features_factory(
f"{sorted(set(feature_labels).difference(image_labels))}"
napari_info(warn_str)
warnings.warn(warn_str)
napari_info(f"Loaded features and attached them to \"{layer}\" layer")
return (layer.data, {"name": layer.name, "features": df}, "labels")

0 comments on commit 5f2f5b0

Please sign in to comment.