Giordon Stark
Giordon Stark
script I used to quickly test functionality ```python import pyhf import pyhf.futures import concurrent import time model = pyhf.simplemodels.hepdata_like([5], [10], [3.5]) data = [12.5] + model.config.auxdata ntoys = 500 if...
using this to test functionality ```python import pyhf import pyhf.futures import concurrent import time ntoys = 500 if __name__ == '__main__': for optimizer in ['scipy', 'minuit']: for backend in ['numpy',...
Which ROOT are you reporting this for?
Seems like they changed the TFormula interface here. Can you downgrade ROOT? if you seriously want to use this (support-dropped) package, you need to use 6.12-ish as the latest. Otherwise,...
There's no active support -- or official maintainer. It's mostly held up by people volunteering their time now.
So essentially `/[a-zA-Z-_][a-zA-Z0-9-_]+/` is what is allowed? I wonder how this should be handled. This would only happen in the case if someone makes a workspace by hand so perhaps...
We will likely explore this in our run up to `v0.6.0`. #846 and #989 are working towards this -- since you want to fix multiple parameters as part of the...
#1051 is in, so we can move forward.
Yeah, the timeline seems about right. There are a few hurdles in order to get this happening: - JSON schema (currently POI is stored as a string): can either accept...
> Hi pyhf team, do you by any chance have an update on this feature? Is it still on track for v 0.7.0? are you asking for support in the...