Changeset: b2dc6f05035d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b2dc6f05035d Modified Files: sql/backends/monet5/UDF/pyapi3/Tests/pyapi3_05.test Branch: mtest Log Message:
Fixed test diffs (27 lines): diff --git a/sql/backends/monet5/UDF/pyapi3/Tests/pyapi3_05.test b/sql/backends/monet5/UDF/pyapi3/Tests/pyapi3_05.test --- a/sql/backends/monet5/UDF/pyapi3/Tests/pyapi3_05.test +++ b/sql/backends/monet5/UDF/pyapi3/Tests/pyapi3_05.test @@ -27,14 +27,20 @@ language P return(groups) } -statement error +query I rowsort SELECT cluster FROM (SELECT MIN(x) AS minx, MAX(x) AS maxx, kmeans(x,5) AS cluster FROM xdata GROUP BY cluster) as cdata ORDER BY cluster +---- +1 +2 +3 +4 +5 -statement error +statement ok DROP FUNCTION kmeans -statement error +statement ok DROP TABLE xdata statement ok _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list