Alexander Held

Results 117 issues of Alexander Held

In the following example, dividing a scalar by an expression that reduces down to a scalar yields unexpected results: ```python import numpy as np import dask_awkward as dak import awkward...

When creating a histogram with ROOT and serializing it with `uproot`, the `GetEntries()` (number of times it has been filled) count does not seem to get serialized correctly: ```python import...

bug (unverified)

During debugging I ran into some surprising crashes. I was processing the same file multiple times in a setup that can be broken down to this: ```python import awkward as...

bug (unverified)

When opening a single file with `uproot.dask(..., steps_per_file=1)` I see one partition as expected. Opening two such files creates an object with three partitions: ```python prefix = "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/" fname_1 =...

bug (unverified)

The ``` variation override specified, but {VariationPath} not found in default path ``` warning message triggers for histogram inputs even when no overrides are used at the moment. Example test...

bug

Currently the sample order in the histogram stack follows from `model.config.samples`, with the first sample being the lowest in the stack. It would be useful to be able to customize...

enhancement
visualization

# Description HistFactory includes a threshold setting for the size of statistical uncertainties related to predicted distributions, for example ``` ``` taken from [here](https://github.com/alexander-held/template_fit_workflows/blob/master/TRExFitter/minimal_example/RooStats/minimal_example_Signal_region.xml). For consistency with other frameworks, it...