You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: