From 65454c3f370b77d3a05c7177819078b4bb783c29 Mon Sep 17 00:00:00 2001 From: Xabi Bello Date: Wed, 24 Mar 2021 12:33:46 +0100 Subject: [PATCH] Removed a "time" duplicated reference. --- ERgene/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ERgene/__init__.py b/ERgene/__init__.py index 5a71aa2..f8399dc 100644 --- a/ERgene/__init__.py +++ b/ERgene/__init__.py @@ -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()