Giordon Stark
Giordon Stark
# Pull Request Description See #1284. # Checklist Before Requesting Reviewer - [ ] Tests are passing - [ ] "WIP" removed from the title of the pull request -...
### Summary - https://pypi.org/project/jsonschema-typed-v2/ - https://medium.com/@erick.peirson/type-checking-with-json-schema-in-python-3244f3917329 ### Additional Information _No response_ ### Code of Conduct - [X] I agree to follow the Code of Conduct
### Summary As it turns out, the HistFactory XML spec [allows](https://github.com/scikit-hep/pyhf/blob/acde7f4ff8d0db2351f5d6e31ff5584e34da0cf0/src/pyhf/schemas/HistFactorySchema.dtd#L63-L76) for `` with no ``. In those cases, it seems that [Asimov data](https://github.com/scikit-hep/pyhf/blob/acde7f4ff8d0db2351f5d6e31ff5584e34da0cf0/src/pyhf/schemas/HistFactorySchema.dtd#L78-L86) is used instead. We don't currently...
# Description See the python SDK: https://github.com/honeycombio/libhoney-py Workflow I had in mind - master: baseline time that we always know works (and we can do nightly metrics to be sure)...
### Summary Unlike correlating modifiers (e.g. histosys and normsys) - when we have modifiers of a given type (e.g. normsys) with the same name added to a particular sample, only...
# Pull Request Description Teach pyhf.schema.validate a new trick! Resolves #1662. This allows for schema validation to work with objects (specifications) that contain tensors in them. This is done by...
# Description I only added functionality for staterror right now, but this lets you define a modifier with a `constraint` parameter like so ```python "modifiers": [ { "data": [ 0.4581917541908765...
# Description Lorem ipsum dolor sit amet. See #807. # Checklist Before Requesting Reviewer - [ ] Tests are passing - [ ] "WIP" removed from the title of the...
# Description Please first read [CONTRIBUTING.md](https://github.com/scikit-hep/pyhf/tree/master/CONTRIBUTING.md). Please describe the purpose of this pull request in some detail. Reference and link to any relevant issues or pull requests. # Checklist Before...
### Summary Schema validation for lists looks just at regular python lists. It should be possible to extend it to support the tensor types that `pyhf` supports. We can get...