Skip to content

Commit

Permalink
Merge pull request #366 from lnccbrown/364-prior-for-sv-is-not-specified
Browse files Browse the repository at this point in the history
Fixed bounds for "ddm_sdv" models
  • Loading branch information
digicosmos86 authored Mar 7, 2024
2 parents 19b2453 + 5ece397 commit 91c260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hssm/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class DefaultConfig(TypedDict):
"analytical": {
"loglik": logp_ddm_sdv,
"backend": None,
"bounds": ddm_bounds,
"bounds": ddm_sdv_bounds,
"default_priors": {
"t": {
"name": "HalfNormal",
Expand Down

0 comments on commit 91c260a

Please sign in to comment.