Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 12, 2024
1 parent 65027d5 commit 440db3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion content/refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 440db3c

Please sign in to comment.