Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.gmm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.bio.gmm
Merge requests
!20
argument allow_missing_files wrongly passed to qsub
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
argument allow_missing_files wrongly passed to qsub
fix-missing-files
into
master
Overview
3
Commits
1
Pipelines
1
Changes
2
Merged
argument allow_missing_files wrongly passed to qsub
Tiago de Freitas Pereira
requested to merge
fix-missing-files
into
master
May 23, 2018
Overview
3
Commits
1
Pipelines
1
Changes
2
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
63b69437
1 commit,
May 23, 2018
2 files
+
0
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
bob/bio/gmm/script/verify_isv.py
+
0
−
2
View file @ 63b69437
Edit in single-file editor
Open in Web IDE
Show full file
@@ -83,7 +83,6 @@ def add_isv_jobs(args, job_ids, deps, submitter):
name
=
'
pro-gmm
'
,
number_of_parallel_jobs
=
args
.
grid
.
number_of_projection_jobs
,
dependencies
=
deps
,
allow_missing_files
=
args
.
allow_missing_files
,
**
args
.
grid
.
projection_queue
)
deps
.
append
(
job_ids
[
'
gmm-projection
'
])
@@ -91,7 +90,6 @@ def add_isv_jobs(args, job_ids, deps, submitter):
'
--sub-task train-isv
'
,
name
=
'
train-isv
'
,
dependencies
=
deps
,
allow_missing_files
=
args
.
allow_missing_files
,
**
args
.
grid
.
training_queue
)
deps
.
append
(
job_ids
[
'
isv-training
'
])
Loading