We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cad63 commit fcb70cfCopy full SHA for fcb70cf
1 file changed
src/imcflibs/imagej/trackmate.py
@@ -347,7 +347,6 @@ def run_trackmate(
347
ok = trackmate.checkInput()
348
if not ok:
349
sys.exit(str(trackmate.getErrorMessage()))
350
- return
351
352
ok = trackmate.process()
353
@@ -368,8 +367,6 @@ def run_trackmate(
368
367
else:
369
370
371
372
-
373
SelectionModel(model)
374
375
exportSpotsAsDots = False
0 commit comments