Henry Schreiner
Henry Schreiner
Yes, then I agree, CI is better than local. :)
This is for removing them from the metadata package. I'd probably go with archiving, that makes it clear what the status is, and you can always un-archive if needed (though...
I'd be okay to add pyhf, but I think most users of pyhf already know they are going to use pyhf, and are just using that - I could be...
Sorry for missing this - the issue is building, not histogramming. `pip install boost-histogram` is very slow _if you need to build_ and you don't multithread by default. You can...
I can't come up with an obvious use case for this, so can't be much help here. This would fill flow bins with the same default, and uneven binning scheme...
In our call, the _main outcome_ was that that locators needed to be smarter (this was @jpivarski's idea, and we all agreed on this). We came to that decision because...
PS: I also don't want to duplicate the interface, which is why I am not proposing we add a separate "smart loc", just that we make it possible for a...
> We did talk about both on the last call. If we do another call, let's do it over a Google Doc and post the conclusions as minutes. I don't...
I wrote a long reply about histograms not supporting masks before realizing you were operating on a view. Yes, this is part of the Python syntax. Slices do not copy,...
You can look at how boost-histogram in Python works - see https://github.com/scikit-hep/boost-histogram/tree/develop/extern to see what parts of boost are needed. As long as you are CMake and are okay with...