Skip to content

Commit

Permalink
Hard code less
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcor committed Aug 26, 2024
1 parent 8db2952 commit 3f6d1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/01_images_are_arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ cat_float = ski.util.img_as_float(cat)
print(cat_float.dtype, cat_float.min(), cat_float.max())

print()
print("231/255 =", 231/255.)
print("cat.max()/255 =", cat.max()/255)
```

More at https://scikit-image.org/docs/stable/user_guide/data_types.html.
Expand Down

0 comments on commit 3f6d1ed

Please sign in to comment.