Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
f-allian committed Jul 30, 2024
1 parent 1bb13ad commit 5af464f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion causal_testing/testing/estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def estimate_ate(self) -> tuple[pd.Series, list[pd.Series, pd.Series]]:

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


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

0 comments on commit 5af464f

Please sign in to comment.