Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
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
LHCb
DaVinci
Commits
f1c9c9ba
Commit
f1c9c9ba
authored
2 years ago
by
Patrick Koppenburg
Browse files
Options
Downloads
Patches
Plain Diff
Fix reference failures when eff is 100.%
parent
0e94ca5f
No related branches found
No related tags found
2 merge requests
!1103
Draft: Add AnalysisHelpers to DaVinci Stack
,
!860
Fix reference failures when eff is 100.%
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DaVinciTests/tests/qmtest/functors.qms/test_thor_functors.qmt
+2
-2
2 additions, 2 deletions
...nciTests/tests/qmtest/functors.qms/test_thor_functors.qmt
DaVinciTests/tests/qmtest/io.qms/test_read_moore_dst.qmt
+2
-2
2 additions, 2 deletions
DaVinciTests/tests/qmtest/io.qms/test_read_moore_dst.qmt
with
4 additions
and
4 deletions
DaVinciTests/tests/qmtest/functors.qms/test_thor_functors.qmt
+
2
−
2
View file @
f1c9c9ba
...
...
@@ -33,8 +33,8 @@ findReferenceBlock("""TightD02KK
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
|*"# passed" | 21 | 19 |( 90.47619 +- 6.405645)% |
|*"# passed CombinationCut" | 803 | 39 |( 4.856787 +- 0.7585875)% |
|*"# passed CompositeCut" | 39 | 39 |( 100.0000 +-
0.000000)% |
|*"# passed vertex fit" | 39 | 39 |( 100.0000 +-
0.000000)% |
|*"# passed CompositeCut" | 39 | 39 |( 100.0000 +- 0.000000)% |
|*"# passed vertex fit" | 39 | 39 |( 100.0000 +- 0.000000)% |
| "Input1 size" | 21 | 258 | 12.286 |
| "Input2 size" | 21 | 258 | 12.286 |
""", stdout, result, causes, signature_offset = 0, id = "Stream3")
...
...
This diff is collapsed.
Click to expand it.
DaVinciTests/tests/qmtest/io.qms/test_read_moore_dst.qmt
+
2
−
2
View file @
f1c9c9ba
...
...
@@ -28,10 +28,10 @@
<argument
name=
"validator"
><text>
findReferenceBlock("""StdLooseD02KK INFO Number of counters : 6
| Counter | # | sum | mean/eff^* | rms/err^* | min | max |
|*"# passed" | 21 | 21 |( 100.0000 +-
0.000000)% |
|*"# passed" | 21 | 21 |( 100.0000 +- 0.000000)% |
|*"# passed CombinationCut" | 2484 | 90 |( 3.623188 +- 0.3749350)% |
|*"# passed CompositeCut" | 90 | 83 |( 92.22222 +- 2.823087)% |
|*"# passed vertex fit" | 90 | 90 |( 100.0000 +-
0.000000)% |
|*"# passed vertex fit" | 90 | 90 |( 100.0000 +- 0.000000)% |
| "Input1 size" | 21 | 423 | 20.143 |
| "Input2 size" | 21 | 423 | 20.143 |
""", stdout, result, causes, signature_offset = 0, id = "Stream3")
...
...
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