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

Concordance - search in the separate thread #668

Merged
merged 1 commit into from
Jun 11, 2021

Conversation

PrimozGodec
Copy link
Collaborator

Issue

Fixes #660

Description of changes

Now searching for concordance, which is the operation that blocks the main thread, is performed in the separate thread with ConcurentMixin.

Includes
  • Code changes
  • Tests
  • Documentation

@ajdapretnar
Copy link
Collaborator

This works well, but the tests are failing. They do not seem related to this commit, but it would still be nice if tests pass.

@codecov-commenter
Copy link

Codecov Report

Merging #668 (8b4e885) into master (f49fe2d) will increase coverage by 0.13%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #668      +/-   ##
==========================================
+ Coverage   73.93%   74.06%   +0.13%     
==========================================
  Files          72       72              
  Lines        9122     9134      +12     
  Branches     1234     1236       +2     
==========================================
+ Hits         6744     6765      +21     
+ Misses       2143     2133      -10     
- Partials      235      236       +1     

@ajdapretnar ajdapretnar merged commit 6d4ec6c into biolab:master Jun 11, 2021
@PrimozGodec PrimozGodec deleted the concordance-thread branch March 29, 2023 10:37
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

Successfully merging this pull request may close these issues.

Concordances: compute in a separate thread
3 participants