From 40580b8d3740435f5f718668443b2ffede820a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=A0=E7=89=9B?= <550276014@qq.com> Date: Wed, 22 Nov 2023 07:56:21 +0000 Subject: [PATCH] =?UTF-8?q?update=20data/demoScript.txt.=20=E6=AD=A4?= =?UTF-8?q?=E5=A4=84=20s=20=E5=BA=94=E8=AF=A5=E6=98=AF=E5=86=99=E9=94=99?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 眠牛 <550276014@qq.com> --- data/demoScript.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/demoScript.txt b/data/demoScript.txt index 598745b..9b84947 100644 --- a/data/demoScript.txt +++ b/data/demoScript.txt @@ -8,7 +8,7 @@ symbols = array(SYMBOL, 0, 100) yearDirs = files(rootDir)[`filename] for(yearDir in yearDirs){ path = rootDir + "/" + yearDir - s = files(path)[`filename].upper().strReplace(".CSV","") + symbols = files(path)[`filename].upper().strReplace(".CSV","") } symbols = symbols.distinct().sort!().append!("999999"); symRanges = symbols.cutPoints(100) -- Gitee