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
b2986a9a
Commit
b2986a9a
authored
1 month ago
by
Gerhard Raven
Committed by
Christopher Rob Jones
4 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
Update hard-wired function representation for
Rec!4079
parent
fcb74112
No related branches found
Branches containing commit
Tags
v65r3
1 merge request
!1228
fix `OWNPV_NDOF` and update for Rec!4079
Pipeline
#10860577
passed
4 weeks ago
Stage: check
Stage: build
Stage: docs
Stage: .post
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DaVinciTutorials/tests/refs/test_tutorial1_Functors_specialfield.ref
+1
-1
1 addition, 1 deletion
...rials/tests/refs/test_tutorial1_Functors_specialfield.ref
Phys/FunTuple/tests/test_FunctorCollection.py
+1
-1
1 addition, 1 deletion
Phys/FunTuple/tests/test_FunctorCollection.py
with
2 additions
and
2 deletions
DaVinciTutorials/tests/refs/test_tutorial1_Functors_specialfield.ref
+
1
−
1
View file @
b2986a9a
Functors::chain( ::Functors::Common::Rho_Coordinate
{}
, ::Functors::Track::ThreeMomentum
{}
)
Functors::chain( ::Functors::Common::Rho_Coordinate, ::Functors::Track::ThreeMomentum )
( RHO_COORDINATE @ THREEMOMENTUM )
ApplicationMgr SUCCESS
====================================================================================================================================
...
...
This diff is collapsed.
Click to expand it.
Phys/FunTuple/tests/test_FunctorCollection.py
+
1
−
1
View file @
b2986a9a
...
...
@@ -74,7 +74,7 @@ def test_repr_loki():
def
test_str
(
simple_fc
):
_str
=
"""
PT: (
'
Functors::chain( ::Functors::Common::Rho_Coordinate
{}
, ::Functors::Track::ThreeMomentum
{}
)
'
,
'
( RHO_COORDINATE @ THREEMOMENTUM )
'
)
_str
=
"""
PT: (
'
Functors::chain( ::Functors::Common::Rho_Coordinate, ::Functors::Track::ThreeMomentum )
'
,
'
( RHO_COORDINATE @ THREEMOMENTUM )
'
)
X: X
Y: Y
"""
assert
_str
in
str
(
simple_fc
)
...
...
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