Giordon Stark

Results 293 comments of Giordon Stark

No, this is just an oversight from #1274. This is a very nice catch. You'll notice this isn't as intended given that we do pass the level through in [successive...

[simplified.json](https://github.com/user-attachments/files/16113444/simplified.json) Here's an example where one runs into this issue. ```pyhf import pyhf import json import numpy as np pyhf.set_backend("jax", pyhf.optimize.minuit_optimizer(verbose=0)) ws = pyhf.Workspace(json.load(open('simplified.json'))) model = ws.model() data = ws.data(model)...

Continuing on this thread -- ran with this code using the [`toy_handling_test`](https://github.com/scikit-hep/pyhf/tree/toy_handling_test) branch ```python import pyhf import json import numpy as np pyhf.set_backend("jax", pyhf.optimize.minuit_optimizer(verbose=0)) model = pyhf.simplemodels.correlated_background([1], [16.69251820997423], [17.87039285108563], [15.514643568862834])...

HistFactory doesn't have support for unbounded parameters...? Can you check this in ROOT first?

> do we strictly need to be in-line with the ROOT HiFa for a fully `pyhf`-based analysis? if this is a question of interoperability then can we not fill the...

> The other thing that I wanted to get your 👍 / 👎 on is that this is a pretty dang big PR (for good reason!). As we know that...

> @kratsg Why are these additional import changes needed? PR #2625 is a subset of this (involves a cherry-pick+squash) and it doesn't require those changes. because you didn't bump the...

> you can `pip install dearpygui` after `conda activate your_environment_name`. > https://www.reddit.com/r/Python/comments/w564g0/comment/ih7jo6v/ This isn't really the same thing. Putting it on conda-forge means being able to install it more natively...