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

Ontology widget - The widget blocking while recomputing scores #884

Open
PrimozGodec opened this issue Jul 20, 2022 · 0 comments
Open

Ontology widget - The widget blocking while recomputing scores #884

PrimozGodec opened this issue Jul 20, 2022 · 0 comments
Assignees

Comments

@PrimozGodec
Copy link
Collaborator

Followup of #832 and #882
The Ontology widget recomputes scores (when the ontology is changed). It calls embeddings in the main thread, which blocks the widget.

Expected behaviour

Computing the score should be called in a separate thread (i.e. with the concurrent mixin) that it does not block the Ontology widget.

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