Skip to content
Snippets Groups Projects
Commit 6ae4cef0 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Merge branch 'chasse_rec_2886' into 'master'

fix(test) functor repr now prints @ instead of chain

See merge request !885
parents 10e5af6b 4ec1edea
No related branches found
No related tags found
1 merge request!885fix(test) functor repr now prints @ instead of chain
Pipeline #3962178 passed
...@@ -68,7 +68,7 @@ def test_repr_loki(): ...@@ -68,7 +68,7 @@ def test_repr_loki():
def test_str(simple_fc): def test_str(simple_fc):
_str = """ PT: ('chain( ::Functors::Common::Rho_Coordinate{}, ::Functors::Track::ThreeMomentum{} )', ['Functors/Common.h', 'Functors/TrackLike.h'], '( RHO_COORDINATE chain THREEMOMENTUM )') _str = """ PT: ('Functors::chain( ::Functors::Common::Rho_Coordinate{}, ::Functors::Track::ThreeMomentum{} )', ['Functors/Common.h', 'Functors/TrackLike.h'], '( RHO_COORDINATE @ THREEMOMENTUM )')
X: X X: X
Y: Y""" Y: Y"""
assert _str in str(simple_fc) assert _str in str(simple_fc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment