Andreas Stefl

Results 301 comments of Andreas Stefl

closing as this should be fixed with https://github.com/acts-project/acts/pull/1454

if the overflow was designed for this case I would agree to drop the error in this case. but we should make sure that we still error if there is...

makes sense @paulgessinger but if we do not intend to extrapolate the B field at all the overflow functionality sounds kind of useless to me? if we want to have...

you are right `EndOfWorld` does the job usually only CKF sneaks in because you cannot use standard aborters there. but I guess that is a detail of CKF and has...

since it happens in `TrackFinding` I assume it is due to CKF? I think the CKF does not use the end of world aborter and that might be the reason....

> since it happens in `TrackFinding` I assume it is due to CKF? I think the CKF does not use the end of world aborter and that might be the...

> I see #1454 has been merged. Thanks! > Unfortunately I get as many > `TrackFinding ERROR Step failed with MagneticFieldError:1: Interpolation out of bounds was requested` > errors as...

@paulgessinger I just tried to reproduce this locally. for me this version and `main` have the same performance. should we try to rerun the CI? maybe it was a coincidence

what I didn't/don't understand is what's the difference between your approach ``` ... { "volume": 23, "layer": 2, "value": [ { "constraint": { "r-range": [300.0,320.0] }, "geometric": {...} }, {...

to reproduce this issue you can run `full_chain_odd.py` with AMVF instead of IVF. the underlying problem seems to be the high number of duplicated tracks. the vertex fitting blows up...