From 38d4ca3a2f088210c9c3012e4abcb5f5ddcfcd1e Mon Sep 17 00:00:00 2001 From: Christoph Hasse Date: Fri, 29 Apr 2022 13:20:48 +0200 Subject: [PATCH] adapt to PT being a composed functor --- Phys/FunTuple/tests/test_FunctorCollection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phys/FunTuple/tests/test_FunctorCollection.py b/Phys/FunTuple/tests/test_FunctorCollection.py index 8b36b1ec8..607c1fd84 100644 --- a/Phys/FunTuple/tests/test_FunctorCollection.py +++ b/Phys/FunTuple/tests/test_FunctorCollection.py @@ -68,7 +68,7 @@ def test_repr_loki(): def test_str(simple_fc): - _str = """ PT: ('::Functors::Track::TransverseMomentum{}', ['Functors/TrackLike.h'], 'PT') + _str = """ PT: ('chain( ::Functors::Common::Rho_Coordinate{}, ::Functors::Track::ThreeMomentum{} )', ['Functors/Common.h', 'Functors/TrackLike.h'], '( RHO_COORDINATE chain THREEMOMENTUM )') X: X Y: Y""" assert _str in str(simple_fc) -- GitLab