Skip to content

Commit f87cf52

Browse files
committed
No print
1 parent f1d4ce7 commit f87cf52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

causal_testing/testing/causal_test_engine.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def execute_test_suite(self, test_suite: CausalTestSuite) -> list[CausalTestResu
6363
raise ValueError("No data has been loaded. Please call load_data prior to executing a causal test case.")
6464
test_suite_results = {}
6565
for edge in test_suite:
66-
print("edge: ")
67-
print(edge)
6866
logger.info("treatment: %s", edge.treatment_variable)
6967
logger.info("outcome: %s", edge.outcome_variable)
7068
minimal_adjustment_set = self.causal_dag.identification(edge)

0 commit comments

Comments
 (0)