fix: update stale tests — 50 companies, normalization defaults, low-confidence thresholds
This commit is contained in:
@@ -426,11 +426,11 @@ class TestRecommendationDrivenOrders:
|
||||
impacts = [
|
||||
ImpactRow(
|
||||
document_id="doc-weak-1",
|
||||
confidence=0.40,
|
||||
novelty_score=0.3,
|
||||
source_credibility=0.5,
|
||||
confidence=0.20,
|
||||
novelty_score=0.1,
|
||||
source_credibility=0.2,
|
||||
sentiment="positive",
|
||||
impact_score=0.3,
|
||||
impact_score=0.1,
|
||||
catalyst_type="other",
|
||||
key_facts=["Minor update"],
|
||||
risks=[],
|
||||
@@ -438,11 +438,11 @@ class TestRecommendationDrivenOrders:
|
||||
),
|
||||
ImpactRow(
|
||||
document_id="doc-weak-2",
|
||||
confidence=0.35,
|
||||
novelty_score=0.2,
|
||||
source_credibility=0.4,
|
||||
sentiment="positive",
|
||||
impact_score=0.25,
|
||||
confidence=0.15,
|
||||
novelty_score=0.1,
|
||||
source_credibility=0.2,
|
||||
sentiment="negative",
|
||||
impact_score=0.1,
|
||||
catalyst_type="other",
|
||||
key_facts=["Routine filing"],
|
||||
risks=[],
|
||||
|
||||
Reference in New Issue
Block a user