Skip to content

Commit 295de05

Browse files
committed
fix failing test
1 parent 18275ab commit 295de05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causalpy/tests/test_integration_pymc_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def test_its_covid():
166166
.assign(date=lambda x: pd.to_datetime(x["date"]))
167167
.set_index("date")
168168
)
169-
df = df.set_index("date")
170169
treatment_time = pd.to_datetime("2020-01-01")
171170
result = cp.pymc_experiments.SyntheticControl(
172171
df,

0 commit comments

Comments
 (0)