Skip to content

Commit b958160

Browse files
author
Marco Dalla Vecchia
committed
added callout block to highlight the importance of reproducible environments
1 parent 1cffe91 commit b958160

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

episodes/07-thresholding.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,14 @@ data/trial-216.jpg,0.14205152925531914
539539
data/trial-293.jpg,0.13665791223404256
540540
```
541541

542+
::::::::::::::::::::::::::::::::::::::::: callout
543+
544+
Compare your results with the values above. Do they match exactly? You may find that certain decimal values differ slightly, even when using identical input parameters.
545+
546+
This variation often stems from the specific versions of your installed packages (such as `numpy` or `scikit-image`). As these libraries evolve, updates can introduce subtle changes in numerical handling, underlying algorithms, or rounding logic. This highlights why reproducible environments, as well as reproducible code, are essential for consistent scientific computing.
547+
548+
:::::::::::::::::::::::::::::::::::::::::
549+
542550
::::::::::::::::::::::::::::::::::::::: challenge
543551

544552
## Ignoring more of the images -- brainstorming (10 min)

0 commit comments

Comments
 (0)