Skip to content

Commit 2f71f46

Browse files
committed
rename; minor cleanup in mad tests
Signed-off-by: Christoph Huy <christoph.huy@campus.tu-berlin.de>
1 parent 5d8193f commit 2f71f46

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/sdk/python/rtdip_sdk/pipelines/visualization/plotly/anomaly_detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ..interfaces import PlotlyVisualizationInterface
2323

2424

25-
class AnomalyDetectionPlotly(PlotlyVisualizationInterface):
25+
class AnomalyDetectionPlotInteractive(PlotlyVisualizationInterface):
2626
"""
2727
Plot time series data with detected anomalies highlighted using Plotly.
2828

tests/sdk/python/rtdip_sdk/pipelines/anomaly_detection/spark/test_mad.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def spark_dataframe_with_anomalies(spark_session):
4141

4242

4343
def test_mad_anomaly_detection_global(spark_dataframe_with_anomalies):
44-
scorer = GlobalMadScorer()
4544
mad_detector = MadAnomalyDetection()
4645

4746
result_df = mad_detector.detect(spark_dataframe_with_anomalies)

0 commit comments

Comments
 (0)