Skip to content

Commit b2e33fc

Browse files
committed
removed hardcoded log directory
1 parent 943605f commit b2e33fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

causal_testing/estimation/ipcw_estimator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ def preprocess_data(self):
268268
)
269269
]
270270

271-
individuals.sort_values(by=["id", "time"]).to_csv("/home/michael/tmp/vectorised_individuals.csv")
272-
273271
if len(individuals) == 0:
274272
raise ValueError("No individuals followed either strategy.")
275273
self.df = individuals.loc[

0 commit comments

Comments
 (0)