Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Nov 11, 2023
1 parent 470d9f3 commit 1239eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vskernels/kernels/fmtconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ def kernel_radius(self) -> int:
if taps_hv is None:
taps_hv = self.taps

return ceil(self.taps)
return ceil(taps_hv)

0 comments on commit 1239eba

Please sign in to comment.