Skip to content

Commit 175acda

Browse files
committed
Removed print
1 parent 920f0d6 commit 175acda

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

causal_testing/causal_testing_framework.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ def evaluate_dag(self, bootstrap_size: bool = 100, alpha: float = 0.05) -> pd.Se
315315
results[f"{outcome.name}_ci_low"] = data[ci_low_inx]
316316
results[f"{outcome.name}_ci_high"] = data[ci_high_inx]
317317

318-
print(results)
319318
return pd.Series(results).sort_index()
320319

321320
def save_results(self, output_path) -> list:

0 commit comments

Comments
 (0)