Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenin committed Jun 29, 2023
1 parent 774f890 commit 3b22f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepom/aligner.py
Original file line number Diff line number Diff line change
@@ -53,8 +53,8 @@ def _compute_score_matrix(
skip_q_factor: float = 10,
dp_band_size: int = 5
):
assert 2 <= len(rvec) <= 10 ** 9
assert 2 <= len(qvec) <= 200
assert 2 <= len(rvec)
assert 2 <= len(qvec)

len_r = len(rvec)
len_q = len(qvec)

0 comments on commit 3b22f57

Please sign in to comment.