Skip to content

Commit

Permalink
Fixing gcc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek3141 committed Mar 13, 2019
1 parent 226b12f commit 75db183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ml/optimizer/gradient_descent.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ static PyObject * optimize(PyObject* self, PyObject* args)

PyObject* ret = PyTuple_New(num_theta);

int i;
for(i = 0; i < num_theta; i++)
{
PyTuple_SetItem(ret, i, PyFloat_FromDouble(ret_theta[i]));
Expand Down

0 comments on commit 75db183

Please sign in to comment.