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.
2 parents a81ecc0 + e3bdbc0 commit 76557f2Copy full SHA for 76557f2
docs/source/usage.rst
@@ -55,7 +55,7 @@ the given output and input and the desired effect. This information is the minim
55
base_test_case = BaseTestCase(
56
treatment_variable = x, # Set the treatment (input) variable to x
57
outcome_variable = y, # set the outcome (output) variable to y
58
- effect = Effect.direct.value) # effect type, current accepted types are direct and total
+ effect = Effect.DIRECT.value) # effect type, current accepted types are direct and total
59
60
causal_test_case = CausalTestCase(
61
base_test_case = base_test_case,
0 commit comments