Skip to content

Commit

Permalink
fix syntax error in integration.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 6, 2024
1 parent 7631320 commit 33d8852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FILTER_GIVEN_ISSUE = Dict(
(model.name == "AdaBoostStumpClassifier" &&
model.package_name == "DecisionTree") ||
(model.name == "COFDetector" &&
model.package_name == "OutlierDetectionNeighbors"),
model.package_name == "OutlierDetectionNeighbors") ||
(model.name == "TSVDTransformer" &&
model.package_name == "TSVD"),
"https://github.com/JuliaML/LIBSVM.jl/issues/98" =>
Expand Down

0 comments on commit 33d8852

Please sign in to comment.