From 1b30be1a7745410a12cae2b8f21d93b1efbd6af2 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 16 Jul 2025 16:22:58 +0200 Subject: [PATCH] fix to test --- cognee/tests/test_knowledge_graph_quality.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cognee/tests/test_knowledge_graph_quality.py b/cognee/tests/test_knowledge_graph_quality.py index d32591996..b9b530969 100644 --- a/cognee/tests/test_knowledge_graph_quality.py +++ b/cognee/tests/test_knowledge_graph_quality.py @@ -254,8 +254,6 @@ async def test_knowledge_graph_quality_with_gpt4o(): print("QUALITY ASSESSMENT:") print("-" * 40) print(f"Model used: {selected_model}") - print(f"Minimum entity coverage threshold: {min_entity_coverage:.1%}") - print(f"Minimum concept coverage threshold: {min_concept_coverage:.1%}") print() # Adjust quality thresholds based on model capability