We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cc034 commit 4894c72Copy full SHA for 4894c72
1 file changed
tests/test_distribution_estimator_base.py
@@ -60,6 +60,7 @@ def fit(self, covariates, treatment_arms, outcomes):
60
self.covariates = covariates
61
self.treatment_arms = treatment_arms
62
self.outcomes = outcomes
63
+ self.strata = np.zeros(len(covariates)) # Mock strata for QTE testing
64
65
def _compute_cumulative_distribution(
66
self,
0 commit comments