Skip to content

Commit 96a5783

Browse files
committed
Try training short test
1 parent 809de64 commit 96a5783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

napari_cellseg3d/_tests/test_training.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def test_training(make_napari_viewer, qtbot):
3030
# Training is too long to test properly this way. Do not use on Github
3131
#################
3232

33-
# widget.start()
34-
# assert widget.worker is not None
33+
widget.start()
34+
assert widget.worker is not None
3535

3636
# with qtbot.waitSignal(signal=widget.worker.finished, timeout=60000, raising=False) as blocker: # wait only for 60 seconds.
3737
# blocker.connect(widget.worker.errored)

0 commit comments

Comments
 (0)