mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
update "this tabular is not supported" sentence
This commit is contained in:
parent
332d73a3c0
commit
aab078c44e
@ -123,7 +123,7 @@ def tabularToData(table,commands=None):
|
|||||||
#Check if all rows have the same dimension
|
#Check if all rows have the same dimension
|
||||||
slens=set(lens)
|
slens=set(lens)
|
||||||
if(len(slens)!=1):
|
if(len(slens)!=1):
|
||||||
raise ValueError("This tabular is not supported because lines have not the same column numbers the culumns size are {}".format(lens))
|
raise ValueError("This tabular is not supported because lines have not the same column numbers for each row the coulumns numbers are {}".format(lens))
|
||||||
import numpy as np
|
import numpy as np
|
||||||
table=np.array(lnewtable,TexNode)
|
table=np.array(lnewtable,TexNode)
|
||||||
return table
|
return table
|
||||||
|
Loading…
Reference in New Issue
Block a user