Paul Gessinger

Results 147 comments of Paul Gessinger

The full traceback is here: https://github.com/acts-project/acts/runs/1740565809 It does look very similar, you're right. Getting a minimal example is a bit complicated since our code is relatively tangled up. Could you...

Sorry, then I misunderstood, what you meant. Traceback is here: [traceback.log](https://github.com/michaeljones/breathe/files/5855274/traceback.log). The traceback is form my local machine now, but it shows the same error as our CI does. Thanks...

I was thinking about this. [Pydantic](https://pydantic-docs.helpmanual.io) has the ability to export JSON schema from its model classes, and I believe codegen from JSON schema is also possible. One possibility here...

Yeah, that looks what I had in mind. 'Rendering' pydantic models to dicts which are consumed by `pyhf.Model` is most likely the simplest way to go.

How about a range of length one? I’m interested in slicing just one category from a category axis. Would that work, or is that even possible already?

As long as the SP container is not accessed by more than one thread, it should be fine I think.

That would mean that #1354 is momentum dependent? I thought this was a purely geometrical origin.

Hm, this now seems to have a number of false negatives.

I bumped up clang-tidy to v16 to see if that fixes the false negatives (i.e. warnings that are incorrect), but no luck. Not sure how to proceed with this then....

I added an extra clang tidy config file that the header script applies. That's not necessarily great, but right now I don't see a great alternative. Thought? @andiwand @benjaminhuth @timadye