From 156ea25b402479f0abc54c558bbf87f9eaaa0422 Mon Sep 17 00:00:00 2001
From: Cai <cai@nbcai.cc>
Date: Mon, 24 Aug 2026 13:59:35 +0800
Subject: [PATCH] docs: add industry and value-chain research template
---
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