Matthew Feickert
Matthew Feickert
I think that @vlimant had in mind the idea of thing being controlled through individual .yaml files (@vlimant correct?) similar to how the IRIS-HEP website works (c.f. https://github.com/iris-hep/iris-hep.github.io-source/pull/603). However, it...
An alternative to `nox` is just to have things run in a bump version GHA workflow [like this one](https://github.com/MylesBorins/node-osc/blob/25f1a5bdfa03adfda208105e1f11e77ec3fea5d2/.github/workflows/bump-version.yml). Using `workflow_dispatch` you put in the part (major/minor/patch) manually and then...
> You can still run nox in the GHA workflow, but you can develop it locally, and if we have to migrate to some other platform someday, you can take...
> For quick checks, discovery significance calculation via the CLI would be helpful to have. Seems very reasonable. :+1: > It might be confusing to use something called `cls` for...
So seems that I need to learn the `github.event` API better as there is apparently a [`github.event.release.prerelease`](https://github.community/t/release-prerelease-action-triggers/17275). So I now don't know how `github.event_name` and `github.event.release`'s attributes differ. **edit** Under...
I think https://github.com/orgs/community/discussions/26281#discussioncomment-3251177 is how to do this.
For this we're comparing to `v0.6.3` and the current [state of `master`](https://github.com/scikit-hep/pyhf/tree/b798ef23c77db6b1d6d606f4b360a5f47fd63dd2). @kratsg has been able to identify the issue with with `staterror` as pruning modifier types of `staterror` from...
> Is it know which behavior is correct? If the old is known to be fine, I can just run with that version. I can't say with certainty yet until...
From PR #50, it is seen that the parsing in `make_md.py` need to be able to properly parse fields if they are quoted https://github.com/iml-wg/HEPML-LivingReview/blob/14d234f1d7c010dfe00aba84bd1d4b1e6dbce0a3/HEPML.bib#L43-L51 or in brackets https://github.com/iml-wg/HEPML-LivingReview/blob/14d234f1d7c010dfe00aba84bd1d4b1e6dbce0a3/HEPML.bib#L4-L11 Being able...
I should keep this in mind when I work on fixing Issue #1720 for the `v0.7.0rc2`.