Skip to content

Commit

Permalink
Fix Point kernel radius (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
emotion3459 authored Sep 12, 2024
1 parent b13d199 commit d4ae0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vskernels/kernels/various.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def to_libplacebo(self, sigma: float) -> float:
class Point(CustomComplexKernel):
"""Point resizer."""

_static_kernel_radius = 1
_static_kernel_radius = 0

@inject_self.cached
def kernel(self, *, x: float) -> float:
Expand Down

0 comments on commit d4ae0de

Please sign in to comment.