Skip to content

Commit

Permalink
Update image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Aug 8, 2023
1 parent b93e91d commit 25551fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serket/nn/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ class Pixelate2D(sk.TreeClass):
>>> import serket as sk
>>> import jax.numpy as jnp
>>> x = jnp.arange(1, 26).reshape(1, 5, 5)
>>> print(sk.nn.Pixelate2D(2)(x))
>>> print(sk.nn.Pixelate2D(2)(x)) # doctest: +SKIP
[[[ 7 7 8 8 9]
[ 8 8 9 9 10]
[12 12 13 13 14]
Expand Down

0 comments on commit 25551fa

Please sign in to comment.