Matthew Feickert

Results 229 issues of Matthew Feickert

Similarly to this, `suggested_init`, `suggested_bounds` and `suggested_fixed` currently take no arguments either. One other consideration is that maybe some of these parts of the API are meant to eventually support...

feat/enhancement
API
needs-triage

# Description Add some helper scripts for core devs to debug with ``` # doctest-on.sh has parity between source paths and imports $ pwd /home/feickert/Code/GitHub/pyhf $ bash dev_tools/doctest-on.sh src/pyhf/infer/test_statistics.py /home/feickert/Code/GitHub/pyhf/src/pyhf/tensor/numpy_backend.py:271:...

feat/enhancement

# Description Fix in `docs/examples/notebooks/ImpactPlot.ipynb` ```pytb E ValueError Traceback (most recent call last) E in E ----> 1 impacts, labels = get_impact_data() E E in get_impact_data() E 33 if i...

docs
fix

A few more ideas that might be out of scope for this implementation: - optional return of the mu values and obs/exp CLs would be convenient for visualizations, e.g. with...

feat/enhancement
needs-triage

### Summary In https://github.com/UCATLAS/xAODAnaHelpers/pull/1561 @kratsg implemented a way to sweep PRs with specific tags into other branches. This would be very useful when transitioning to release branches to make it...

feat/enhancement
CI
needs-triage

We should also try to figure out a way to have these notebooks get moved to something that is either outside of the main repo or built out each time...

docs

It seems that the issue is because of the fact that in the custom schema, we have ```json { "$schema": "http://json-schema.org/draft-06/schema#", "$id": "1.1.0/workspace.json", "$ref": "defs.json#/definitions/workspace" } ``` which is set...

schema and spec

@yshmatov-anaconda @yshma please remove the instructions from the README that mention you can use `pip` to install `anaconda-client` https://github.com/Anaconda-Platform/anaconda-client/blob/247f94f77078b075cfa0456c69fc49655f3cfdc9/README.md?plain=1#L23-L33 as you are no longer maintaining it as seen through Issue...

Add a `CONTRIBUTING.md` file so that people know how to go about getting started with PRs. Some helpful project philosophy and advice is also great to have in there like...

docs

@dguest now that PR #62 is in there should be a patch release so that info gets propagated out to PyPI. How do you feel about even more automation to...

CI