From 0a290bcad423110889f4ab8737fc32b158d31412 Mon Sep 17 00:00:00 2001 From: Jingyi Date: Mon, 21 Aug 2017 17:49:53 -0700 Subject: [PATCH] Fix example py_in file Originaly, there is a comment line at the end of the file that will cause problem during running make. This commit just remove the last comment line. --- examples/hello_world/iterative/simple_logistic.py_in | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hello_world/iterative/simple_logistic.py_in b/examples/hello_world/iterative/simple_logistic.py_in index 719bc186f..d19740c46 100644 --- a/examples/hello_world/iterative/simple_logistic.py_in +++ b/examples/hello_world/iterative/simple_logistic.py_in @@ -237,4 +237,3 @@ SELECT * from patients_logregr; help_string = "No such option. Use {schema_madlib}.logregr_simple_train('help')" return help_string.format(schema_madlib=schema_madlib) -# ------------------------------------------------------------------------