Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Nov 14, 2019
1 parent 76aad32 commit df17e92
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/oop/oop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@
"\n",
"Once done, running this will run only the tests in `AddGetTest` class and hopefully they will pass. \n",
"\n",
"**Notice that** `exercise1` **is followed by a dot and test class name** `.AddGetTest` :\n",
"**Notice that** `multiset_test` **is followed by a dot and test class name** `.AddGetTest` :\n",
"\n",
"```bash\n",
"\n",
Expand Down
14 changes: 14 additions & 0 deletions slides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,20 @@
"Remember that from now on we only use Visual Studio Code"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Lab B.2\n",
"\n",
"Thursday 14 November\n",
"\n",
"* [OOP](exercises/oop/oop.ipynb) (finish)\n",
"* At home: try to implement MultiSet class\n",
"\n",
"Remember that from now on we only use Visual Studio Code"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit df17e92

Please sign in to comment.