Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Apr 25, 2024
1 parent db3e01d commit 797bfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/evermore_for_CMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ params = {"mu": evm.Parameter(value=1.0), "bkg_norm": evm.NormalParameter(value=
hists = {"signal": jnp.array([12.0]), "background": jnp.array([50.0])}
data = jnp.array([51.0)
data = jnp.array([51.0])
def model(params: dict, hists: dict) -> jnp.ndarray:
Expand Down

0 comments on commit 797bfe3

Please sign in to comment.