Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Dec 15, 2023
1 parent 507c886 commit 789c95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dilax/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class modifier(ModifierBase):
# -> Array([11., 22., 33.], dtype=float32, weak_type=True),
# lnN effect
modify = dlx.modifier(name="norm", parameter=norm, effect=dlx.effect.lnN(0.2))
modify = dlx.modifier(name="norm", parameter=norm, effect=dlx.effect.lnN((0.8, 1.2)))
modify(jnp.array([10, 20, 30]))
# poisson effect
Expand Down

0 comments on commit 789c95a

Please sign in to comment.