Skip to content

Commit a1d5e8a

Browse files
committed
add argument for doctest
Signed-off-by: Nathaniel <NathanielF@users.noreply.github.com>
1 parent b4722b6 commit a1d5e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

causalpy/pymc_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ class InstrumentalVariableRegression(ModelBuilder):
303303
... "mus": [[-2,4], [0.5, 3]],
304304
... "sigmas": [1, 1],
305305
... "eta": 2,
306-
... "lkj_sd": 2,
307-
... })
306+
... "lkj_sd": 1,
307+
... }, None)
308308
Inference data...
309309
"""
310310

0 commit comments

Comments
 (0)