Skip to content

Commit

Permalink
mem prof lines remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kofman committed Jul 24, 2024
1 parent a7565e9 commit a78cf2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import multiprocessing
from tqdm import tqdm
from multiprocessing import get_context
from memory_profiler import profile

from read_process import incorporate_replaced_pos_info,incorporate_insertions_and_deletions,\
get_positions_from_md_tag,reverse_complement,get_edit_information,get_edit_information_wrapper,\
Expand Down
1 change: 0 additions & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
import sys
from collections import OrderedDict, defaultdict
from memory_profiler import profile

suffixes = {
'CB': [
Expand Down

0 comments on commit a78cf2c

Please sign in to comment.