Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate widget crashes after generating results #312

Closed
DLWheeler opened this issue May 27, 2022 · 1 comment
Closed

Annotate widget crashes after generating results #312

DLWheeler opened this issue May 27, 2022 · 1 comment

Comments

@DLWheeler
Copy link

After providing t-SNE 'Data" as 'Reference data" and a list of marker genes as "Genes" to the Annotator widget, it correctly generates the annotation graphic and gives the progress as 100% but then continues to run (run indicator continues to circle) and stalls the workflow. Using the basic example given in the help for the Annotator widget will generate the stall. The error log gives:

/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/sklearn/metrics/pairwise.py:1429: UserWarning: Multiprocessing-backed parallel loops cannot be nested below threads, setting n_jobs=1 if effective_n_jobs(n_jobs) == 1: --------------------------- RuntimeError Exception ---------------------------- Traceback (most recent call last): File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/Orange/widgets/utils/concurrent.py", line 591, in _on_task_done super()._on_task_done(future) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/Orange/widgets/utils/concurrent.py", line 549, in _on_task_done self.on_done(future.result()) File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/orangecontrib/bioinformatics/widgets/OWAnnotateProjection.py", line 589, in on_done self.commit() File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/orangewidget/gui.py", line 1839, in __call__ raise RuntimeError( RuntimeError: This function is deferred; explicitly call commit.deferred or commit.now

I'm running Orange 3.32 on a MacBook Pro (2015), OSx 12.4

@JakaKokosar
Copy link
Member

Fixed in #308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants