Skip to content

Commit 933a168

Browse files
committed
Took out warning
1 parent 046b3a5 commit 933a168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causal_testing/json_front/json_class.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def _execute_test_case(
295295
f"got {result_string}"
296296
)
297297
failed = True
298-
logger.warning(" FAILED - expected %s, got %s", causal_test_case.expected_causal_effect, result_string)
299298
return failed, causal_test_result
300299

301300
def _setup_test(self, causal_test_case: CausalTestCase, test: Mapping) -> Estimator:

0 commit comments

Comments
 (0)