Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
Reference Detector
Merge requests
!4
Template XML file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Template XML file
template
into
master
Overview
1
Commits
14
Pipelines
13
Changes
2
Merged
Jihee Kim
requested to merge
template
into
master
4 years ago
Overview
1
Commits
14
Pipelines
13
Changes
2
Expand
Added template xml file and material and elements xml files
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Viewing commit
2d5153dd
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
2d5153dd
Rename to reference_detector.xml. Compact filename in benchmarks
· 2d5153dd
Jihee Kim
authored
4 years ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -89,7 +89,7 @@ overlap_check:
needs
:
-
[
"
compile"
]
script
:
-
checkOverlaps -c
detector_template
.xml | tee doc/overlap_check.out
-
checkOverlaps -c
reference_detector
.xml | tee doc/overlap_check.out
-
echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "1" ]] ; then echo "Overlaps exist!" &&
false
; fi
@@ -98,7 +98,7 @@ detector:config_testing:
needs
:
-
[
"
compile"
]
script
:
-
checkOverlaps -c
detector_template
.xml | tee doc/overlap_check.out | wc -l
-
checkOverlaps -c
reference_detector
.xml | tee doc/overlap_check.out | wc -l
-
cat doc/overlap_check.out
allow_failure
:
true
Loading