Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Tonks684/dlmbl_material
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonks684 committed Aug 15, 2024
2 parents b49202d + fbb1073 commit 9f895b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"from tifffile import imread, imsave\n",
"import matplotlib.pyplot as plt\n",
"from cellpose import models\n",
"from typing import List, Tuple,\n",
"from typing import List, Tuple\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"from tifffile import imread, imsave\n",
"import matplotlib.pyplot as plt\n",
"from cellpose import models\n",
"from typing import List, Tuple,\n",
"from typing import List, Tuple\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"\n",
Expand Down

0 comments on commit 9f895b7

Please sign in to comment.