Repository: madlib
Updated Branches:
  refs/heads/master d00f09166 -> 82e908ebf


Elastic net: Fix minor typo in install-check


Project: http://git-wip-us.apache.org/repos/asf/madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/82e908eb
Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/82e908eb
Diff: http://git-wip-us.apache.org/repos/asf/madlib/diff/82e908eb

Branch: refs/heads/master
Commit: 82e908ebfa91dc952ba12aaa2b7cfc5ab866d802
Parents: d00f091
Author: Rahul Iyer <ri...@apache.org>
Authored: Thu Jan 10 17:17:56 2019 -0800
Committer: Rahul Iyer <ri...@apache.org>
Committed: Thu Jan 10 17:17:56 2019 -0800

----------------------------------------------------------------------
 .../modules/elastic_net/test/elastic_net.ic.sql_in      |  3 +--
 .../modules/elastic_net/test/elastic_net.sql_in         | 12 ++++--------
 2 files changed, 5 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/madlib/blob/82e908eb/src/ports/postgres/modules/elastic_net/test/elastic_net.ic.sql_in
----------------------------------------------------------------------
diff --git a/src/ports/postgres/modules/elastic_net/test/elastic_net.ic.sql_in 
b/src/ports/postgres/modules/elastic_net/test/elastic_net.ic.sql_in
index 037a6b1..88217b2 100644
--- a/src/ports/postgres/modules/elastic_net/test/elastic_net.ic.sql_in
+++ b/src/ports/postgres/modules/elastic_net/test/elastic_net.ic.sql_in
@@ -180,8 +180,7 @@ begin
         True,
         NULL,
         'fista',
-        '{eta = 2, max_stepsize = 0.5, use_active_set = f
-   }    1',
+        '{eta = 2, max_stepsize = 0.5, use_active_set = f}',
         NULL,
         2,
         1e-2

http://git-wip-us.apache.org/repos/asf/madlib/blob/82e908eb/src/ports/postgres/modules/elastic_net/test/elastic_net.sql_in
----------------------------------------------------------------------
diff --git a/src/ports/postgres/modules/elastic_net/test/elastic_net.sql_in 
b/src/ports/postgres/modules/elastic_net/test/elastic_net.sql_in
index 94ef902..8c4ae77 100644
--- a/src/ports/postgres/modules/elastic_net/test/elastic_net.sql_in
+++ b/src/ports/postgres/modules/elastic_net/test/elastic_net.sql_in
@@ -558,8 +558,7 @@ begin
         True,
         NULL,
         'fista',
-        '{eta = 2, max_stepsize = 0.5, use_active_set = f
-   }    1',
+        '{eta = 2, max_stepsize = 0.5, use_active_set = f}',
         NULL,
         2000,
         1e-2
@@ -594,8 +593,7 @@ begin
         True,
         'grp_by_col',
         'fista',
-        '{eta = 2, max_stepsize = 0.5, use_active_set = f
-   }    1',
+        '{eta = 2, max_stepsize = 0.5, use_active_set = f}',
         NULL,
         2000,
         1e-2
@@ -631,8 +629,7 @@ begin
         True,
         NULL,
         'fista',
-        '{eta = 2, max_stepsize = 0.5, use_active_set = f
-   }    1',
+        '{eta = 2, max_stepsize = 0.5, use_active_set = f}',
         NULL,
         2000,
         1e-2
@@ -663,8 +660,7 @@ begin
         True,
         'grp_by_col',
         'igd',
-        '{stepsize = 2
-   }    1',
+        '{stepsize = 2}',
         NULL,
         2000,
         1e-2

Reply via email to