Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonSantiago committed Dec 3, 2024
1 parent 89074a7 commit 9dad778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparsecoding/transforms/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,6 @@ def quilt(
stride=stride,
)

image = image / (normalization + 1e-6)
image = image / (normalization + 1e-6)

return image.reshape(*leading_dims, C, H, W)

0 comments on commit 9dad778

Please sign in to comment.