-
Hey,
I think I found a small bug in the `_goodness_of_fit` function, when working with fixed unconstrained parameters. When you fix an unconstrained parameter in the fit using the `fix_pars` argume…
-
In https://github.com/scikit-hep/pyhf/pull/1881 I noticed and fixed a `SetuptoolsDeprecationWarning` that `pyhf` had in its setup. As `pyhf` [runs `build` in its CI](https://github.com/scikit-hep/pyhf…
-
## Reproduce Steps
### 1. Using `uv build`
```bash
cookiecutter gh:x-pt/template --directory template/py --no-input && \
cd my-awesome-project && \
uv sync && \
time uv build && \
time uv b…
pplmx updated
2 months ago
-
# Description
Dear pyhf developpers,
I have a rather complex workspace and I wanted to make a pull plot based on the tutorial.
I get a crash in the minimization step.
```console
$ python tes…
-
I am unsure if this is a bug / feature / something else: as far as I can see, a `ws.model(validate=False)` call will trigger `get_measurement()` https://github.com/scikit-hep/pyhf/blob/adddb0797c564a0…
-
it would be great to have some ability to achieve the same things than what ROOT's `HistFactory` or pure-python's `hf` do:
- https://github.com/root-project/root/tree/master/roofit/histfactory
- h…
-
### Summary
Hey,
I recently ran a lot of toys for a very large model and had a hard time debugging, as some nuisance parameters hit the parameter bounds for some of the toys.
It would be great if …
-
# Description
@lukasheinrich and @tiborsimko noticed today that `pyhf.contrib.download` forces user identities when it unpacks downloaded tarballs
```
$ docker run --rm -ti --entrypoint /bin/ba…
-
# Description
When parsing some workspaces, sometimes measurement parameter configurations add an additional configuration of `value` which isn't handled by our spec. We handle it in [`readxml`](ht…
-
**Is your feature request related to a problem? Please describe.**
At the moment there are no wheels on PyPI for `gammapy` (e.g. c.f. https://pypi.org/project/gammapy/1.1/#files for `gammapy` `v1.1…