We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75ec7d commit d13018bCopy full SHA for d13018b
causal_testing/testing/causal_test_case.py
@@ -36,6 +36,7 @@ def __init__(
36
:param treatment_input_configuration: The input configuration representing the treatment values of the treatment
37
variables. That is, the input configuration *after* applying the intervention.
38
"""
39
+ self.base_causal_test = base_causal_test
40
self.control_input_configuration = {base_causal_test.treatment_variable: control_value}
41
self.expected_causal_effect = expected_causal_effect
42
self.outcome_variable = base_causal_test.outcome_variable
0 commit comments