mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-23 21:03:54 +01:00
Fix that the script not generate the two first datafile
This commit is contained in:
parent
83a29add4c
commit
0af6b2d551
@ -29,5 +29,5 @@ switcher={
|
||||
dataType.ZPE: ZPEDataFile
|
||||
}
|
||||
filecls=switcher.get(dataType[args.type])
|
||||
for col in range(3,np.size(dat,1)):
|
||||
for col in range(1,np.size(dat,1)):
|
||||
filecls.readFromTable(dat,col).toFile(datapath)
|
Loading…
Reference in New Issue
Block a user