Skip to content

Commit

Permalink
MAINT: remove profiling comment, seq_to_kmer_indices is faster with n…
Browse files Browse the repository at this point in the history
…umba
  • Loading branch information
rmcar17 committed Jun 7, 2024
1 parent ae006aa commit fd3cfa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cogent3/core/new_alphabet.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ def index_to_coord(index: int, coeffs: numpy.ndarray): # pragma: no cover
return coord


# todo: profile this against pure python,
# appears slower as a numba function!
@numba.jit()
def seq_to_kmer_indices(
seq: numpy.ndarray,
Expand Down

0 comments on commit fd3cfa6

Please sign in to comment.