Skip to content

Commit e6482a4

Browse files
Fix test_change_detection_detector dostring
1 parent 7333f53 commit e6482a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frouros/tests/integration/test_change_detection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def test_change_detection_detector(
4343
4444
:param stream_drift: stream with drift
4545
:type stream_drift: numpy.ndarray
46-
:param detector_info: concept drift detector and value function
47-
:type detector_info: Tuple[BaseConceptDrift, Callable]
46+
:param detector_info: change detection detector and list of expected drift indices
47+
:type detector_info: Tuple[BaseChangeDetection, List[int]]
4848
"""
4949
detector, idx_drifts = detector_info
5050
idx_detected_drifts = []

0 commit comments

Comments
 (0)