Matthew Feickert
                                            Matthew Feickert
                                        
                                    Tagging @mattbellis and @benkrikler here, given the email conversation that Matt started (thanks Matt!) RE: what would need to be done to extend the HistFactory JSON `v1.0.0` schema to allow...
So it seems that CMS has added some rather complete tutorials that describe the Combine model (HT @kpedro88): - [Combine Physics Models](https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/part2/physicsmodels/) - [Combine Tutorial Long exercise](https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/part5/longexercise/)
Just dumping here that @ajgilbert gave a [session on Combine](https://indico.cern.ch/event/1088121/contributions/4575745/) (:+1:) at the first hands-on [workshop on publication of statistical models](https://indico.cern.ch/event/1088121/overview) where the last 4 slides are relevant to pyhf...
@lukasheinrich I think we can do this for `v0.7.0` given all the PRs that you linked have been resolved for a while. :slightly_smiling_face: :+1:
> Would it be possible to include the year of the paper in the titles? I'm -1 on this at the moment as I don't think this really adds much...
> I'd be okay to add pyhf, but I think most users of pyhf already know they are going to use pyhf, and are just using that - I could...
At 9fd99be886349a90e927672e950cc233fad0916c there are the following to get replaced ```console $ git grep "seed(0)" docs/examples/notebooks/learn/TestStatistics.ipynb: "np.random.seed(0)\n", docs/examples/notebooks/learn/UsingCalculators.ipynb: "np.random.seed(0)" docs/examples/notebooks/toys.ipynb: "np.random.seed(0)\n", src/pyhf/infer/calculators.py: >>> random.seed(0) src/pyhf/infer/calculators.py: >>> random.seed(0) src/pyhf/infer/calculators.py: >>> random.seed(0) src/pyhf/infer/calculators.py:...
The https://github.com/scikit-hep/pyhf/blob/47ae6ad565920cc34a853b8be6f268b04e1f900c/src/pyhf/infer/utils.py#L36 docstring example https://github.com/scikit-hep/pyhf/blob/47ae6ad565920cc34a853b8be6f268b04e1f900c/src/pyhf/infer/utils.py#L46-L60 shows that to adopt this though we'd need to provide a way to pass in a rng object to anything `toybased` as (expectedly) ```python #...
@Ga0l thanks for the Issue and for reporting this. :+1: What version of `torch` do you have installed? Can you give us a `requirements.txt`?
> Hi, Is anybody looking into this from the pyhf side, or should we contact the ATLAS conveners about that JSON file giving strange results? Thanks, Sabine I can try...