Andreas Stefl
Andreas Stefl
here an extreme case ``` intersect Acts::PerigeeSurface: Center position (x, y, z) = (2998.3168793, 474.3935881, -3004.7428436) from pos -0.007314 0.046232 -0.015186 with direction 0.701984 0.111057 -0.703481 navDir backward StandardAborters: setStepSize...
the overall effect with the `ConstrainedStep`. the direction is flipping back and forth I am starting to wonder if `ConstrainedStep` should be allowed to change the direction https://github.com/acts-project/acts/blob/main/Core/include/Acts/Propagator/ConstrainedStep.hpp#L90. if so...
I believe I was able to fix the `+/- max` problem but the underlying navigation problem remains. When I changed the `ConstraintedStep` more aggressively the vertexing worked but I guess...
should we close after putting #1363 in? @paulgessinger
> Thanks for this. It will be good to have a consistent interface. To that end, can you do the same for itk.py and odd.py, where relevant? Those have the...
@timadye I noticed that `acts.examples.dump_args_calls(locals())` will fail the CI somehow when multiple pytests run in a row. this didn't happen before because it was not called. do you know how...
> > @timadye I noticed that `acts.examples.dump_args_calls(locals())` will fail the CI somehow when multiple pytests run in a row. this didn't happen before because it was not called. do you...
Hey @timadye ! I think I know what is going on: the problem is that after wrapping `isinstance` will not work anymore and this is used quite a lot in...
great then this should be ready @timadye if you want to have another look at the changes!
> This seems like a good idea to me. Can we get this in @andiwand @timadye? if you could take another look @timadye that would be great! from my side...