Skip to content

Commit

Permalink
Placebo: Add dependencies to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed May 19, 2024
1 parent 6667096 commit 23774ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vskernels/kernels/placebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@


class Placebo(LinearScaler):
"""
Abstract Placebo scaler.
Dependencies:
* vs-placebo <https://github.com/sgt0/vs-placebo>`_
"""

_kernel: str
"""Name of the placebo kernel"""

Expand Down

0 comments on commit 23774ae

Please sign in to comment.