Skip to content

Commit

Permalink
fixed docu build warning
Browse files Browse the repository at this point in the history
Signed-off-by: mollle <leonmariusmoll@gmail.com>
  • Loading branch information
mollle committed Feb 3, 2025
1 parent f3e738c commit a51d5bc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ class GaussianSmoothing(DataManipulationBaseInterface):
ValueError: If `sigma` is not a positive number.
ValueError: If `mode` is not `"temporal"` or `"spatial"`.
ValueError: If `id_col`, `timestamp_col`, or `value_col` are not found in the DataFrame.
Returns:
PySparkDataFrame: A new DataFrame with the smoothed values in the specified column.
"""

def __init__(
Expand Down

0 comments on commit a51d5bc

Please # to comment.