-
Notifications
You must be signed in to change notification settings - Fork 4
Bug with numpy 2.x #5
Copy link
Copy link
Open
Description
Change this line:
from
sum_pixels = sum(plot_image[row_index, x_start:x_end])to
sum_pixels = np.sum(plot_image[row_index, x_start:x_end])it will work with numpy 2.x.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels