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
a8dae372
Commit
a8dae372
authored
8 years ago
by
Tim O'Donnell
Browse files
Options
Downloads
Patches
Plain Diff
attempt to fix travis
parent
c6f884c5
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mhcflurry/class1_allele_specific/cv_and_train_command.py
+0
-2
0 additions, 2 deletions
mhcflurry/class1_allele_specific/cv_and_train_command.py
test/test_class1_allele_specific_cv_and_train_command.py
+1
-1
1 addition, 1 deletion
test/test_class1_allele_specific_cv_and_train_command.py
with
1 addition
and
3 deletions
mhcflurry/class1_allele_specific/cv_and_train_command.py
+
0
−
2
View file @
a8dae372
...
...
@@ -178,8 +178,6 @@ def run(argv=sys.argv[1:]):
logging
.
root
.
setLevel
(
level
=
"
INFO
"
)
logging
.
info
(
"
Running with arguments: %s
"
%
args
)
print
(
"
Past logging
"
)
# Set parallel backend
if
args
.
dask_scheduler
:
...
...
This diff is collapsed.
Click to expand it.
test/test_class1_allele_specific_cv_and_train_command.py
+
1
−
1
View file @
a8dae372
...
...
@@ -60,7 +60,7 @@ def test_small_run():
"
--cv-num-folds
"
,
"
2
"
,
"
--alleles
"
,
"
HLA-A0201
"
,
"
HLA-A0301
"
,
"
--verbose
"
,
"
--num-local-threads
"
,
"
2
"
,
"
--num-local-threads
"
,
"
1
"
,
]
print
(
"
Running cv_and_train_command with args: %s
"
%
str
(
args
))
...
...
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