Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mhc_rank
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Skillman-Lawrence
mhc_rank
Commits
877c60a0
Commit
877c60a0
authored
7 years ago
by
Tim O'Donnell
Browse files
Options
Downloads
Patches
Plain Diff
Workaround tqdm issue
Add suggested workaround for
https://github.com/tqdm/tqdm/issues/481
parent
f22f80cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mhcflurry/downloads_command.py
+2
-0
2 additions, 0 deletions
mhcflurry/downloads_command.py
mhcflurry/train_allele_specific_models_command.py
+1
-0
1 addition, 0 deletions
mhcflurry/train_allele_specific_models_command.py
with
3 additions
and
0 deletions
mhcflurry/downloads_command.py
+
2
−
0
View file @
877c60a0
...
...
@@ -29,6 +29,8 @@ import errno
import
tarfile
from
tempfile
import
mkstemp
from
tqdm
import
tqdm
tqdm
.
monitor_interval
=
0
# see https://github.com/tqdm/tqdm/issues/481
try
:
from
urllib.request
import
urlretrieve
except
ImportError
:
...
...
This diff is collapsed.
Click to expand it.
mhcflurry/train_allele_specific_models_command.py
+
1
−
0
View file @
877c60a0
...
...
@@ -15,6 +15,7 @@ import pandas
import
yaml
from
mhcnames
import
normalize_allele_name
import
tqdm
# progress bar
tqdm
.
monitor_interval
=
0
# see https://github.com/tqdm/tqdm/issues/481
from
.class1_affinity_predictor
import
Class1AffinityPredictor
from
.common
import
configure_logging
,
set_keras_backend
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment