We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460318f commit 57a3a54Copy full SHA for 57a3a54
tutorial/example_deep_finance/deep_finance.sh
@@ -46,7 +46,7 @@ fi
46
# 2. 动态生成配置文件 (从yaml template生成yaml)
47
#===============================================================================
48
# 修改:配置文件生成路径,现在动态生成到 yaml 目录下
49
-CONFIG_TEMPLATE="tutorial/example_deep_finance/yaml_template/deep_finance_template.yaml"
+CONFIG_TEMPLATE="tutorial/example_deep_finance/deep_finance.yaml"
50
CONFIG_FILE="${AJET_ROOT}/tutorial/example_deep_finance/yaml/${SUFFIX}.yaml"
51
mkdir -p $(dirname ${CONFIG_FILE})
52
0 commit comments