Skip to content

Commit

Permalink
revert changes in dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya authored Nov 20, 2023
1 parent 3ffdade commit 32f070d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pairtools/lib/dedup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from scipy.sparse import coo_matrix
from scipy.sparse.csgraph import connected_components

from . import pairsam_format
from . import dedup_cython, pairsam_format
from .stats import PairCounter

from .._logging import get_logger
Expand Down Expand Up @@ -338,9 +338,7 @@ def streaming_dedup_cython(
Returns
-------
"""
from . import dedup_cython

"""
maxind = max(c1ind, c2ind, p1ind, p2ind, s1ind, s2ind)
if bool(extra_cols1) and bool(extra_cols2):
maxind = max(maxind, max(extra_cols1), max(extra_cols2))
Expand Down

0 comments on commit 32f070d

Please sign in to comment.