Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang committed Mar 3, 2023
1 parent 0b2f6ff commit e45f52f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/02 Optimization Dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -746,11 +746,11 @@
"for x, c, w, z in loader_train:\n",
" # shape of features batch\n",
" print(x.shape)\n",
" # shape of features batch\n",
" # shape of true costs batch\n",
" print(c.shape)\n",
" # shape of features batch\n",
" # shape of true optimal solutions batch\n",
" print(w.shape)\n",
" # shape of features batch\n",
" # shape of true optimal objective values batch\n",
" print(z.shape)\n",
" break"
]
Expand Down

0 comments on commit e45f52f

Please sign in to comment.