Skip to content

Commit

Permalink
update annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraedel committed Dec 13, 2023
1 parent 4bf1cad commit ba17ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arcospx/_tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_remove_background(make_napari_viewer, qtbot):

with qtbot.waitSignal(
viewer.layers.events.inserted,
timeout=5000,
timeout=10000,
):
widget()

Expand Down Expand Up @@ -53,7 +53,7 @@ def test_track_events(make_napari_viewer, qtbot):

with qtbot.waitSignal(
viewer.layers.events.inserted,
timeout=5000,
timeout=10000,
):
widget()

Expand Down
1 change: 1 addition & 0 deletions src/arcospx/_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def track_events_2() -> LayerDataTuple:
img_tracked[idx] = timepoint
yield 1

sleep(0.1) # need this for the tests to pass ...
return (img_tracked, layer_properties, "labels")

# return the layer data tuple
Expand Down

0 comments on commit ba17ac8

Please sign in to comment.