Skip to content

Commit 3c1ba4e

Browse files
committed
add sample constraint to plot in test
Signed-off-by: Nathaniel <[email protected]>
1 parent 0227b4a commit 3c1ba4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/tests/test_pymc_experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_inverse_prop():
7878
assert isinstance(ate_list, list)
7979
ate_list = result.get_ate(0, result.idata, method="overlap")
8080
assert isinstance(ate_list, list)
81-
fig = result.plot_ATE()
81+
fig = result.plot_ATE(prop_draws=10, ate_draws=10)
8282
assert isinstance(fig, mpl.figure.Figure)
8383
fig = result.plot_balance_ecdf("age")
8484
assert isinstance(fig, mpl.figure.Figure)

0 commit comments

Comments
 (0)