Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 28, 2023
1 parent c5fd2a5 commit 6f3ec31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chronumental/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def guide(self):
constraint=dist.constraints.positive)

tau_param = numpyro.param("tau_param",
1000,
1,
constraint=dist.constraints.positive)
tau = numpyro.sample("tau",
dist.Delta(tau_param))
Expand Down

0 comments on commit 6f3ec31

Please sign in to comment.