Skip to content

Commit 3636e98

Browse files
refactored unittest
1 parent a675b37 commit 3636e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/inference/INLA/test_inla.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def test_3_layer_normal(rng):
5353
idata = pmx.fit(
5454
method="INLA",
5555
x=x,
56+
Q=tau,
5657
return_latent_posteriors=False,
5758
)
5859

0 commit comments

Comments
 (0)