Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VLQAnalysis
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
htx
VLQAnalysis
Merge requests
!55
Simple, perhaps tmp fix for
#39
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Simple, perhaps tmp fix for
#39
merge_regions_fix_1
into
master
Overview
1
Commits
2
Pipelines
0
Changes
1
Merged
Davide Gerbaudo
requested to merge
merge_regions_fix_1
into
master
8 years ago
Overview
1
Commits
2
Pipelines
0
Changes
1
Expand
fixes
#39 (closed)
0
0
Merge request reports
Compare
master
version 1
eb5b0209
8 years ago
master (base)
and
latest version
latest version
2a03dc51
2 commits,
8 years ago
version 1
eb5b0209
1 commit,
8 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
python/merge_regions.py
+
1
−
0
Options
@@ -82,6 +82,7 @@ def main():
for
hn
in
histonames
:
master_histo
=
input_file
.
Get
(
hn
)
other_histos
=
[
input_file
.
Get
(
hn
.
replace
(
master_region
,
r
))
for
r
in
other_regions
]
master_histo
.
SetName
(
master_histo
.
GetName
().
replace
(
master_region
,
target_region
))
master_histo
.
SetDirectory
(
output_file
)
for
h
in
other_histos
:
master_histo
.
Add
(
h
)
Loading