File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,11 @@ def generate_causal_tests(
244
244
if len (list (causal_dag .predecessors (relation .base_test_case .outcome_variable ))) > 0
245
245
]
246
246
247
- logger .warning ("The skip parameter is hard-coded to False during test generation for better integration with the "
248
- "causal testing component (python -m causal_testing test ...)"
249
- "Please carefully review the generated tests and decide which to skip." )
247
+ logger .warning (
248
+ "The skip parameter is hard-coded to False during test generation for better integration with the "
249
+ "causal testing component (python -m causal_testing test ...)"
250
+ "Please carefully review the generated tests and decide which to skip."
251
+ )
250
252
251
253
logger .info (f"Generated { len (tests )} tests. Saving to { output_path } ." )
252
254
with open (output_path , "w" , encoding = "utf-8" ) as f :
You can’t perform that action at this time.
0 commit comments