Skip to content

Commit cbac389

Browse files
anthonyanthony
authored andcommitted
reinstate integration test for CDDetector from OutlierDetectionPython.jl
1 parent da510e3 commit cbac389

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ FILTER_GIVEN_ISSUE = Dict(
2929
model.package_name == "OutlierDetectionNeighbors") ||
3030
(model.name == "TSVDTransformer" &&
3131
model.package_name == "TSVD"),
32-
"https://github.com/OutlierDetectionJL/OutlierDetectionPython.jl/issues/4" =>
33-
model -> model.name == "CDDetector" &&
34-
model.package_name == "OutlierDetectionPython",
3532
"https://github.com/JuliaAI/CatBoost.jl/issues/22" =>
3633
model -> model.name == "CatBoostClassifier",
3734
"https://github.com/sylvaticus/BetaML.jl/issues/65" =>

0 commit comments

Comments
 (0)