Lukas

Results 125 comments of Lukas

you can get the pull back via jax for example as, but for now this is backend specific, ``` import pyhf import jax pyhf.set_backend('jax') m = pyhf.simplemodels.uncorrelated_background([5],[50],[7]) lhood = lambda...

@niklasschmitz has some thoughts on that

nice! one thing that might be nice to try is to use @philippeller's `batty` from python https://github.com/philippeller/batty also note: the pyhf pdf comes with data-driven constraints that perhaps in a...

Excellent this is exactly what we need - is there an option to set a max cluster lifetime after which the cluster will be culled?

Thanks that is very useful. I'll probably try this out once 4.18 gets released and fuse-overlayfs gets packaged --looking forward to it.

fwiw it seems to play nice with mplhep

yeah this was just about being able to transparenttly arrange a set of ratio plots similar to subplots..

Hi all, this is something that I'm interested as well. We've been so far using a homegrown workflow engine with existing kubernetes support (https://github.com/yadage/yadage) but long-term are considering taking up...

k3d and kind are also very nice to develop against. I saw this was moved form Backlog to Next. What would be a best way to contribute?

I notice that the rootfs directory is created without any write permissions (`dr-xr-xr-x`), which I think are set by umoci, so maybe this issue should be moved there, tough this...