Skip to content

Commit

Permalink
Removed a "time" duplicated reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
xbello committed Mar 24, 2021
1 parent 1a657e0 commit 65454c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ERgene/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def FindERG(data, depth=2, sort_num=20, verbose=False):
result=[]#result
bucket_size = 1000
for i in itertools.combinations(data.columns[0:depth], 2):
start = time.time()
count=count+1
test=data.replace(0,np.nan).dropna()

Expand Down

0 comments on commit 65454c3

Please sign in to comment.