Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate committed Nov 29, 2021
1 parent fd9f88f commit f7ebb0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def model(pars, data):


def test_gaussianity():
"""Test that the gaussianity of the distribution is preserved."""
pyhf.set_backend("jax")
m = pyhf.simplemodels.uncorrelated_background([5, 5], [50, 50], [5, 5])
pars = jnp.asarray(m.config.suggested_init())
Expand Down

0 comments on commit f7ebb0a

Please sign in to comment.