Paul Gessinger

Results 197 comments of Paul Gessinger

Seems like kodiak got unstuck? (@benjaminhuth)

@benjaminhuth one problem with this approach is that removing the WIP label does not trigger the previously skipped workflows. What do you think?

Triggering the CI on unlabel might put more load on the CI than running all jobs on WIP PRs. Since we do squash & merge anyway, the empty commits should...

Hey @rubihason! There is indeed the possibility to write information in at least ROOT format (not sure we have CSV for the vertices). The executable here likely has options that...

About the script: the vertex fitting should also be part of `full_chain_odd.py` and can be configured in the python anywhere else if needed. Indeed this is only the output used...

@andiwand It's strange, this bump didn't change the numpy version requirements. I don't understand why this fails.

Can you consider using a pair or separate argument for the min/max values, instead of a `Vector2`? I don't think using `Vector2` brings any tangible benefit, and it might be...

I'm wondering if it might be easier if you could set the aliases statically for all events from python. That way, you wouldn't check if the alias target exists when...

Another option would be to add a convenience function to `Sequencer` which internally attaches this algorithm but improves on the interface. This could even be at the python binding level...

Hm, could be the two interfere?