From f046e00dff100e7510089e4e568f2165ca8a199e Mon Sep 17 00:00:00 2001
From: Cai <cai@nbcai.cc>
Date: Thu, 20 Aug 2026 18:57:31 +0800
Subject: [PATCH] fix(valuation): use three-zone semiconductor ranking
---
dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py b/dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py
index b88f65a..34da16a 100644
--- a/dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py
+++ b/dev/project-dev/test/stock_valuation_pipeline_v2/test_pipeline_v2.py
@@ -63,8 +63,8 @@
FIXTURE = Path(__file__).with_name("fixtures") / "chengchang_20260801"
-SOURCE_SNAPSHOT = REPO / "outputs" / "20260801_chengchang_technology_valuation" / "valuation_snapshot.json"
-SOURCE_RESULTS = REPO / "outputs" / "20260801_chengchang_technology_valuation" / "generated" / "valuation_results.json"
+SOURCE_SNAPSHOT = REPO / "ana-data" / "result" / "股票估值" / "20260801_chengchang_technology_valuation" / "valuation_snapshot.json"
+SOURCE_RESULTS = REPO / "ana-data" / "result" / "股票估值" / "20260801_chengchang_technology_valuation" / "generated" / "valuation_results.json"
GREAT_WALL = ANA_DEV / "test" / "stock_valuation_pipeline" / "fixtures" / "great_wall_military_20260731.json"
TASK_START = "2026-08-01T21:20:48+08:00"
EXPECTED_KEYS = {
--
Gitblit v1.9.3