Skip to content

Commit 9c0c319

Browse files
committed
Typo
1 parent 8198fb3 commit 9c0c319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ragability/ragability_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def run(config: dict):
313313
logger.info(f" {llm}: {n}")
314314
logger.info(f"Errors in checks (ignored for eval): {nc_errors}")
315315
logger.info(f"Errors in checks per llm:")
316-
if nc_errors
316+
if nc_errors:
317317
for llm, n in nc_errors_per_llm.items():
318318
logger.info(f" {llm}: {n}")
319319

0 commit comments

Comments
 (0)