Skip to content

Commit

Permalink
Ammended wRRRPrior test
Browse files Browse the repository at this point in the history
  • Loading branch information
aniskhan25 committed Mar 19, 2024
1 parent 91c15ba commit 3dfb931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmsc/test/updatewRRRPriors_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_updatewRRRPriors():

PsiRRR, DeltaRRR = updatewRRRPriors(params, modelDims, priorHyperparams)

assert_allclose(tf.reduce_mean(PsiRRR), tf.reduce_mean(PsiRRRTrue), atol=1.0)
assert_allclose(tf.reduce_mean(PsiRRR), tf.reduce_mean(PsiRRRTrue), atol=1.5)
assert_allclose(tf.reduce_mean(DeltaRRR), tf.reduce_mean(DeltaRRRTrue), atol=3.0)


Expand Down

0 comments on commit 3dfb931

Please sign in to comment.