mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-02 01:27:24 -04:00
Compare commits
1 Commits
v0.2.0-alp
...
v0.2.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| 11509ba8c7 |
@@ -18,7 +18,8 @@ all_nasdaq_100_symbols = [
|
||||
]
|
||||
|
||||
# 合并所有以 daily_price 开头的 json,逐文件一行写入 merged.jsonl
|
||||
current_dir = os.path.dirname(__file__)
|
||||
# Use current working directory instead of script directory for volume compatibility
|
||||
current_dir = os.getcwd()
|
||||
pattern = os.path.join(current_dir, 'daily_price*.json')
|
||||
files = sorted(glob.glob(pattern))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user