fix:add test cases for sml
This commit is contained in:
parent
b5388b09fc
commit
25e75f20ad
|
@ -156,8 +156,8 @@ python3 ./test.py -f 2-query/sin.py
|
||||||
python3 ./test.py -f 2-query/sin.py -R
|
python3 ./test.py -f 2-query/sin.py -R
|
||||||
python3 ./test.py -f 2-query/smaTest.py
|
python3 ./test.py -f 2-query/smaTest.py
|
||||||
python3 ./test.py -f 2-query/smaTest.py -R
|
python3 ./test.py -f 2-query/smaTest.py -R
|
||||||
#python3 ./test.py -f 2-query/sml.py
|
python3 ./test.py -f 2-query/sml.py
|
||||||
#python3 ./test.py -f 2-query/sml.py -R
|
python3 ./test.py -f 2-query/sml.py -R
|
||||||
python3 ./test.py -f 2-query/spread.py
|
python3 ./test.py -f 2-query/spread.py
|
||||||
python3 ./test.py -f 2-query/spread.py -R
|
python3 ./test.py -f 2-query/spread.py -R
|
||||||
python3 ./test.py -f 2-query/sqrt.py
|
python3 ./test.py -f 2-query/sqrt.py
|
||||||
|
@ -512,6 +512,6 @@ python3 ./test.py -f 2-query/count_partition.py -Q 3
|
||||||
python3 ./test.py -f 2-query/max_partition.py -Q 3
|
python3 ./test.py -f 2-query/max_partition.py -Q 3
|
||||||
python3 ./test.py -f 2-query/last_row.py -Q 3
|
python3 ./test.py -f 2-query/last_row.py -Q 3
|
||||||
python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
|
python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
|
||||||
#python3 ./test.py -f 2-query/sml.py -Q 3
|
python3 ./test.py -f 2-query/sml.py -Q 3
|
||||||
python3 ./test.py -f 2-query/interp.py -Q 3
|
python3 ./test.py -f 2-query/interp.py -Q 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue