diff --git a/infra/k8s/argo/precompute-features-template.yaml b/infra/k8s/argo/precompute-features-template.yaml index d5e378da5..b8ef7e4d6 100644 --- a/infra/k8s/argo/precompute-features-template.yaml +++ b/infra/k8s/argo/precompute-features-template.yaml @@ -87,8 +87,8 @@ spec: chmod +x "$BINARY" SYMBOL="{{inputs.parameters.symbol}}" - # Use symbol subdir — must match train_baseline_rl's load_all_bars(data_dir, symbol) - DATA_DIR="{{inputs.parameters.data-dir}}/${SYMBOL}" + # --symbol flag filters to the correct subdirectory (collect_dbn_files_filtered) + DATA_DIR="{{inputs.parameters.data-dir}}" MBP10_DIR="{{inputs.parameters.mbp10-dir}}" TRADES_DIR="{{inputs.parameters.trades-dir}}" OUTPUT_DIR="{{inputs.parameters.output-dir}}"