Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenaj123 committed Nov 14, 2024
1 parent 8f547ce commit cbc0357
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/Day2/Exercise_8.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"id": "S8R2ZH35I_Fj",
"scrolled": true
Expand All @@ -121,8 +121,8 @@
}
],
"source": [
"out_data = torch.load('../SolutionData/Ex_8/wave_in_data.pt')\n",
"in_data = torch.load('../SolutionData/Ex_8/wave_out_data.pt')"
"in_data = torch.load('../SolutionData/Ex_8/wave_in_data.pt')\n",
"out_data = torch.load('../SolutionData/Ex_8/wave_out_data.pt')"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/Day2/Sol_8.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
},
"outputs": [],
"source": [
"out_data = torch.load('../SolutionData/Ex_8/wave_in_data.pt')\n",
"in_data = torch.load('../SolutionData/Ex_8/wave_out_data.pt')"
"in_data = torch.load('../SolutionData/Ex_8/wave_in_data.pt')\n",
"out_data = torch.load('../SolutionData/Ex_8/wave_out_data.pt')"
]
},
{
Expand Down

0 comments on commit cbc0357

Please sign in to comment.