matthewfeickert / distributed-inference-with-pyhf-and-funcX

Example code for vCHEP 2021 paper "Distributed statistical inference with pyhf enabled through funcX"
MIT License
0 stars 2 forks source link

fix: Correct error in pyhf.patchset.Patch API #3

Closed matthewfeickert closed 3 years ago

matthewfeickert commented 3 years ago

@lukasheinrich noted that I had a bug in the pyhf.patchset.Patch API :grimacing:

* Use correct Patch API
   - c.f. https://pyhf.readthedocs.io/en/v0.6.0/_generated/pyhf.patchset.Patch.html

Co-authored-by: lukasheinrich <lukas.heinrich@gmail.com>