lhenkelm
lhenkelm
# Description Resolves #1916 by re-introducing the pre-population of the schema cache that had been done before the re-write of the schema utilities in #1753. Since `defs.json` is in the...
### Summary In master and the 0.7.0 release candidate, pyhf operations involving model validation will crash in offline environments with a RefResolutionError. This is a common situation e.g. with worker...
When writing a custom modifier, users need to deal with correctly indexing into the model parameter tensor to pick up the correct parameters for their custom modifier instances. `ParamViewer` and...
### Summary When trying to pass the XML/root representation of a pyhf workspace to a colleague to allow them to debug it using their preferred ROOT-based framework, I found that...
### Summary The [current schema](https://github.com/scikit-hep/pyhf/blob/81a429ec8888263d69a97da40ff03da5ed4f6dda/src/pyhf/schemas/1.0.0/defs.json#L61) only allows a single/scalar boolean for the `'fixed'` field in a parameter spec. But since #1639 paramsets allow/expect a tuple of bools for fixed, according...
As the title says: despite the name, and indeed prun --helpGroup SUBMIT indicating it is a pure flag/switch (i.e. it only flips a bool from false to true, or vice...