File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 77from frouros .callbacks .base import BaseCallback
88from frouros .callbacks .batch import PermutationTestDistanceBased , ResetStatisticalTest
99from frouros .callbacks .batch .base import BaseCallbackBatch
10- from frouros .callbacks .streaming import HistoryConceptDrift , WarningSamplesBuffer
10+ from frouros .callbacks .streaming import HistoryConceptDrift
1111from frouros .callbacks .streaming .base import BaseCallbackStreaming
1212from frouros .utils .checks import check_callbacks
1313
4444 HistoryConceptDrift (),
4545 BaseCallbackStreaming ,
4646 ),
47- (
48- [HistoryConceptDrift (), WarningSamplesBuffer ()],
49- BaseCallbackStreaming ,
50- ),
5147 ],
5248)
5349def test_check_callbacks (
@@ -91,10 +87,6 @@ def test_check_callbacks(
9187 HistoryConceptDrift (),
9288 BaseCallbackBatch ,
9389 ),
94- (
95- [HistoryConceptDrift (), WarningSamplesBuffer ()],
96- BaseCallbackBatch ,
97- ),
9890 ],
9991)
10092def test_check_callbacks_exceptions (
You can’t perform that action at this time.
0 commit comments