Skip to content

Commit

Permalink
comment out test
Browse files Browse the repository at this point in the history
  • Loading branch information
junelsolis committed Aug 2, 2024
1 parent 4289d4b commit 3aa2893
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/napari_em_stack_reg/_tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
from napari_em_stack_reg._widget import EMRegistrationWidget


def test_threshold_autogenerate_widget():
# because our "widget" is a pure function, we can call it and
# test it independently of napari
im_data = np.random.random((100, 100))
thresholded = threshold_autogenerate_widget(im_data, 0.5)
assert thresholded.shape == im_data.shape
# etc.
# def test_threshold_autogenerate_widget():
# # because our "widget" is a pure function, we can call it and
# # test it independently of napari
# im_data = np.random.random((100, 100))
# thresholded = threshold_autogenerate_widget(im_data, 0.5)
# assert thresholded.shape == im_data.shape
# # etc.


# make_napari_viewer is a pytest fixture that returns a napari viewer object
Expand Down

0 comments on commit 3aa2893

Please sign in to comment.