Skip to content

Commit 3c8d7e1

Browse files
committed
fix: non-empty estimate_params
1 parent 11468b2 commit 3c8d7e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

causal_testing/testing/causal_test_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ def __init__(
4747
self.estimator = estimator
4848
if estimate_params is None:
4949
self.estimate_params = {}
50+
51+
else:
52+
self.estimate_params = estimate_params
53+
5054
self.effect = base_test_case.effect
5155

5256
if effect_modifier_configuration:

0 commit comments

Comments
 (0)