Skip to content

Commit 221a3cc

Browse files
committed
Stop printing so much
1 parent 5a2d4fb commit 221a3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

causal_testing/json_front/json_class.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def run_json_tests(self, effects: dict, estimators: dict, f_flag: bool = False,
162162
)
163163
self._append_to_file(msg, logging.INFO)
164164
test["failed"] = failed
165-
print(msg)
165+
# print(msg)
166166
return self.test_plan["tests"]
167167

168168
def _run_coefficient_test(self, test: dict, f_flag: bool, effects: dict):
@@ -289,7 +289,7 @@ def _execute_test_case(
289289
f"got {result_string}"
290290
)
291291
failed = True
292-
logger.warning(" FAILED- expected %s, got %s", causal_test_case.expected_causal_effect, result_string)
292+
# logger.warning(" FAILED - expected %s, got %s", causal_test_case.expected_causal_effect, result_string)
293293
return failed, causal_test_result
294294

295295
def _setup_test(

0 commit comments

Comments
 (0)