Skip to content

Commit

Permalink
Merge pull request janchorowski#8 from wpedrak/specify_returning_type
Browse files Browse the repository at this point in the history
specify type, as assertion is failing on list
  • Loading branch information
janchorowski authored Nov 30, 2019
2 parents c224654 + 372187e commit b121e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assignment3/Assignment3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@
" \"\"\"Returns the value of rosenbrock's function and its gradient at x\n",
" \"\"\"\n",
" val = TODO\n",
" # Gradient should be np.array\n",
" dVdX= TODO\n",
" return [val, dVdX]\n",
"\n",
Expand Down

0 comments on commit b121e70

Please sign in to comment.