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 4bf81b2 commit f3608d1Copy full SHA for f3608d1
causal_testing/testing/estimators.py
@@ -124,7 +124,7 @@ def add_modelling_assumptions(self):
124
must hold if the resulting causal inference is to be considered valid.
125
"""
126
127
- def get_terms_from_formula(self) -> tuple(str, str, list[str]):
+ def get_terms_from_formula(self) -> tuple[str, str, list[str]]:
128
129
Parse all the terms from a Patsy formula string into outcome, treatment and covariate variables.
130
0 commit comments