Skip to content

Commit ca926aa

Browse files
Remove #TODO which is now issue #122
1 parent db40456 commit ca926aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

causal_testing/testing/causal_test_engine.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ def execute_test(
153153
causal_test_result = self._return_causal_test_results(estimate_type, estimator, causal_test_case)
154154
return causal_test_result
155155

156-
# TODO (MF) I think that the test oracle procedure should go in here.
157-
# This way, the user can supply it as a function or something, which can be applied to the result of CI
158-
159156
def _return_causal_test_results(self, estimate_type, estimator, causal_test_case):
160157
"""Depending on the estimator used, calculate the 95% confidence intervals and return in a causal_test_result
161158

0 commit comments

Comments
 (0)