Skip to content

Commit

Permalink
Make Placebo a LinearScaler
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 20, 2023
1 parent 7569277 commit 969a39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vskernels/kernels/placebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

from vstools import Transfer, core, vs

from .abstract import Scaler
from .complex import LinearScaler

__all__ = [
'Placebo'
]


class Placebo(Scaler):
class Placebo(LinearScaler):
_kernel: str
"""Name of the placebo kernel"""

Expand Down

0 comments on commit 969a39f

Please sign in to comment.