Skip to content

Commit f5fedc9

Browse files
Remove redundant empty dataframe declaration
1 parent 466efee commit f5fedc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causal_testing/testing/causal_test_engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def __init__(self, causal_specification: CausalSpecification, data_collector: Da
4949
causal_specification.scenario,
5050
)
5151
self.data_collector = data_collector
52-
self.scenario_execution_data_df = pd.DataFrame()
5352
self.scenario_execution_data_df = self.data_collector.collect_data(**kwargs)
5453
self.minimal_adjustment_set = set()
5554

0 commit comments

Comments
 (0)