Skip to content

Commit

Permalink
Add testing FIXME messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed Jul 23, 2024
1 parent 8c9a252 commit 263779b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/napari_feature_visualization/_tests/test_feature_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def test_feature_vis_widget(make_napari_viewer):

feature_vis_widget = feature_vis()

# FIXME: It appears feature test is used. How do I test other feature
# selection? Setting it in the function appears to have no effect.

# if we "call" this object, it'll execute our function
feature_vis_widget(
label_layer=label_layer,
Expand Down
1 change: 0 additions & 1 deletion src/napari_feature_visualization/feature_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def feature_vis(
lower_contrast_limit: float = 100,
upper_contrast_limit: float = 900,
):

if load_features_from == "CSV File":
site_df = get_df(DataFrame)
else:
Expand Down

0 comments on commit 263779b

Please sign in to comment.