Skip to content

Commit

Permalink
update the tool
Browse files Browse the repository at this point in the history
  • Loading branch information
azzatha committed Jan 15, 2021
1 parent d294c67 commit 1f33b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deepsvp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
from torch.autograd import Variable
from networkx.readwrite import json_graph
from gensim.models import Word2Vec, Phrases, phrases, KeyedVectors
import phenocnv.utils as utils
from random import seed
logging.getLogger("urllib3").setLevel(logging.WARNING)
np.random.seed(42)
Expand All @@ -54,7 +53,7 @@
warnings.simplefilter(action='ignore', category=FutureWarning)
pd.options.mode.chained_assignment = None # default='warn'
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "2"
tmp = tempfile.mkdtemp(prefix='PredCNV', suffix='/')
tmp = tempfile.mkdtemp(prefix='DeepSVP', suffix='/')
bar = Bar(max=4, fill='=', suffix='%(percent)d%%')
lock = Lock()
WALK_LEN = 25
Expand Down

0 comments on commit 1f33b23

Please sign in to comment.