Alexander Held
Alexander Held
The toy example for `cabinetry` contained in `example.py` should be documented in a way that allows other frameworks to process the same files and compare results. The inputs are created...
The `allow_read_errors_with_report` option in `uproot.dask` is convenient not only to understand issues but also to study performance. While the `duration` seems to always get filled, I see `call_time` with `None`...
The `pyhf[backends]` setup extra allows for installation of `jax`,`tensorflow` and `pytorch` to be used as computational backends for `pyhf`. It would be useful to have those all available for usage...
Manpages are currently not available on coffea-casa (tested on the open data instance at UNL): ```bash $ man git This system has been minimized by removing packages and content that...
When pasting a lot of lines into the JupyterLab terminal (9k+ in my case), everything seems to freeze and become unresponsive. When closing the tab and trying to open a...
Hi, occasionally (I have not figured out the pattern yet) I get a white screen after the initial loading bar, which can take up to a minute or so. I...
When running this [CMS Open Data ttbar analysis](https://github.com/iris-hep/analysis-grand-challenge/blob/89dcf8b3b1001d816c985b64b3df9aba082f51d9/analyses/cms-open-data-ttbar/coffea.ipynb) at the UChicago coffea-casa instance over the full number of input files with a pure `coffea` setup, `RuntimeError` exceptions start appearing typically...
### Summary I ran into a setup I hadn't seen previously that seems to break `pyhf xml2json`. As far as I can tell, cases like the following are problematic: ```xml...
Consider adding a new feature that allows showing model response by sample and channel vs nuisance parameter value.
The following raises ```pytb NotImplementedError: no overload for ak.to_layout with arguments (dask.awkward,) ``` when attempting to multiply the array by a scalar from the left: ```python import awkward as ak...