Lino Gerlach
Lino Gerlach
This fixes a bug where get_countour_plot() plots all but the last trial. The corresponding issue is here: https://github.com/facebook/Ax/issues/2221.
The original link in the README leads to '400: Bad Request'. This PR fixes that by appending '/HEAD' to the url
This fixes a bug in the jax_backend.tile() method. Consider the following minimal example: ```python import jax.numpy as jnp import pyhf pyhf.set_backend("jax", default=True) # works without this line spec = {...