Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFengler committed Aug 5, 2024
1 parent 1d58e74 commit 78897b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_distribution_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def logp_ddm_extra_fields(data, v, a, z, t, x, y):
ddm_model_p_logp_lapse = pt.log(
0.95 * pt.exp(ddm_model_p_logp_without_lapse)
+ 0.05
* pt.exp(pm.logp(pm.Uniform.dist(lower=0.0, upper=10.0), data_ddm["rt"].values))
* pt.exp(pm.logp(pm.Uniform.dist(lower=0.0, upper=20.0), data_ddm["rt"].values))
)
np.testing.assert_almost_equal(
pm.logp(
Expand Down

0 comments on commit 78897b3

Please sign in to comment.