In the plot for cell 12 it looks like the obs upper limit on mu should be close to 0.6.
Actual Behavior
The result printed in cell 13 says it is 0.96.
The issue is with the invert_interal function in cell 11: the line yvals = cls_obs should be replaced with y_vals = cls_obs
Description
The example Binned HEP Statistical Analysis in Pyton has a small type-O for the calculation of the obs upper limit. https://diana-hep.org/pyhf/examples/notebooks/binderexample/StatisticalAnalysis.html#HistFactory
Expected Behavior
In the plot for cell 12 it looks like the obs upper limit on mu should be close to 0.6.
Actual Behavior
The result printed in cell 13 says it is 0.96. The issue is with the
invert_interal
function in cell 11: the lineyvals = cls_obs
should be replaced withy_vals = cls_obs
Steps to Reproduce
Run the Binder example
Checklist
N/a because has to do with the documentation