Resolve "Integrate and interface to uhep"
Compare changes
- Frank Sauerburger authored
The blinding was broken due to the presence of under- and overflow edges in the blinding window optimizer. This led to invalid inf-inf computations.
+ 143
− 339
@@ -9,6 +9,7 @@ import dask.dataframe as dd
@@ -60,7 +61,7 @@ def hist(dataframe, variable, bins, stacks, selection=None,
@@ -104,15 +105,6 @@ def hist(dataframe, variable, bins, stacks, selection=None,
@@ -127,11 +119,53 @@ def hist(dataframe, variable, bins, stacks, selection=None,
@@ -139,6 +173,8 @@ def hist(dataframe, variable, bins, stacks, selection=None,
@@ -147,83 +183,40 @@ def hist(dataframe, variable, bins, stacks, selection=None,
@@ -231,306 +224,117 @@ def hist(dataframe, variable, bins, stacks, selection=None,