Skip to content

Commit 5af464f

Browse files
committed
fix: lint
1 parent 1bb13ad commit 5af464f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causal_testing/testing/estimators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def estimate_ate(self) -> tuple[pd.Series, list[pd.Series, pd.Series]]:
382382

383383
# Create an empty individual for the control and treated
384384
individuals = pd.DataFrame(1, index=["control", "treated"], columns=model.params.index)
385-
386385

387386
# For Pandas version > 2, we need to explicitly state that the dataframe takes floating-point values
388387
individuals = individuals.astype(float)

0 commit comments

Comments
 (0)