Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 17, 2023
1 parent 5b14d9b commit a09726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan_to_paperless/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def create_transform_notebook(
"""
# Get a part of the image to display, by default, the top of the image
context.get_index = lambda image: np.ix_(
np.arange(0, min(image.shape[1], 500)),
np.arange(0, min(image.shape[0], 500)),
np.arange(0, image.shape[1]),
np.arange(0, image.shape[2]),
)
Expand Down

0 comments on commit a09726e

Please sign in to comment.