diff --git a/content/index.md b/content/index.md index 12060de..a8d55bb 100644 --- a/content/index.md +++ b/content/index.md @@ -42,8 +42,8 @@ The schedule will very soon contain links to lesson material and exercises. ### Day 1 (Sep 16) - 13:00-13:30 (0.5h) - **Welcome and introduction** - - Motivation (reproducibility, robustness, distribution, improvement, trust, etc.) - Practical information (tools, communication, breaks, etc.) + - Motivation (reproducibility, robustness, distribution, improvement, trust, etc.) - What will learn and achieve from this course? - {ref}`example-project` diff --git a/content/refactoring.md b/content/refactoring.md index 156486e..563804d 100644 --- a/content/refactoring.md +++ b/content/refactoring.md @@ -29,7 +29,7 @@ from skimage import io, filters, color from skimage.measure import label, regionprops -image = io.imread("stars-000.png") +image = io.imread("stars.png") sigma = 0.5 # if there is a fourth channel (alpha channel), ignore it