Skip to content

Commit

Permalink
Fixed printout for max levereage in contest scoring notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccorriston committed Oct 31, 2018
1 parent c5cc906 commit 6bf8ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/tutorials/5_contest_lesson_11/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@
" leverage_passed = False\n",
" if (leverage_100 > LEVERAGE_100TH_MAX):\n",
" print 'FAIL: Maximum leverage of %.2fx is above %.1fx' % (\n",
" leverage_0,\n",
" LEVERAGE_0TH_MAX\n",
" leverage_100,\n",
" LEVERAGE_100TH_MAX\n",
" )\n",
" leverage_passed = False\n",
" if leverage_passed:\n",
Expand Down

0 comments on commit 6bf8ce3

Please sign in to comment.