Skip to content

Commit fd80a23

Browse files
committed
black
1 parent c644147 commit fd80a23

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

causal_testing/testing/metamorphic_relation.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,11 @@ def generate_causal_tests(
244244
if len(list(causal_dag.predecessors(relation.base_test_case.outcome_variable))) > 0
245245
]
246246

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+
)
250252

251253
logger.info(f"Generated {len(tests)} tests. Saving to {output_path}.")
252254
with open(output_path, "w", encoding="utf-8") as f:

0 commit comments

Comments
 (0)