Skip to content

Commit

Permalink
Placebo: Remove lut_entries
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed May 19, 2024
1 parent 7ed2b30 commit ce21f60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vskernels/kernels/placebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ class Placebo(LinearScaler):
antiring: float
cutoff: float

# Other settings
lut_entries: int = 64

scale_function = core.lazy.placebo.Resample

def __init__(
Expand Down Expand Up @@ -87,7 +84,6 @@ def get_params_args(
radius=self.taps, param1=self.b, param2=self.c,
clamp=self.clamp, taper=self.taper, blur=self.blur,
antiring=self.antiring, cutoff=self.cutoff,
lut_entries=self.lut_entries
) | kwargs

@inject_self.property
Expand Down

0 comments on commit ce21f60

Please sign in to comment.