Skip to content

Commit ef46cf8

Browse files
authored
fix: resolve ping failures when executing rust
- Don't take GIL during heavy computation
1 parent 7d79ae1 commit ef46cf8

File tree

2 files changed

+248
-225
lines changed

2 files changed

+248
-225
lines changed

python/workflow_pathoscope/rust.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ def run_eliminate_subtraction(
33
) -> None:
44
"""Eliminate subtraction reads from isolate reads using Rust."""
55

6-
76
class PathoscopeResults:
87
best_hit_initial_reads: list[float]
98
best_hit_initial: list[float]

0 commit comments

Comments
 (0)