Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate committed Nov 29, 2021
1 parent f7ebb0a commit 947b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relaxed/ops/likelihood_gaussianity.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def gaussian_logpdf(
)


@partial(jit, static_argnames=["model", "rng_key", "n_samples"])
@partial(jit, static_argnames=["model", "n_samples"])
def gaussianity(
model: pyhf.Model,
bestfit_pars: Array,
Expand Down

0 comments on commit 947b312

Please sign in to comment.