Skip to content

Commit 0842735

Browse files
committed
upping sample for test
Signed-off-by: Nathaniel <[email protected]>
1 parent 3c1ba4e commit 0842735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

causalpy/tests/test_pymc_experiments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def test_regression_kink_gradient_change():
4949

5050
def test_inverse_prop():
5151
df = cp.load_data("nhefs")
52+
sample_kwargs = {"tune": 100, "draws": 100, "chains": 2, "cores": 2}
5253
result = cp.pymc_experiments.InversePropensityWeighting(
5354
df,
5455
formula="trt ~ 1 + age + race",

0 commit comments

Comments
 (0)