Skip to content

Commit d355e8a

Browse files
anthonyanthony
authored andcommitted
re-instate test for Imbalance models
1 parent aadb333 commit d355e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ FILTER_GIVEN_ISSUE = Dict(
5353
"https://github.com/MilesCranmer/SymbolicRegression.jl/issues/390" =>
5454
model -> model.package_name == "SymbolicRegression" &&
5555
model.name == "SRRegressor",
56-
"https://github.com/JuliaAI/Imbalance.jl/issues/103" =>
57-
model -> model.package_name == "Imbalance",
56+
# "https://github.com/JuliaAI/Imbalance.jl/issues/103" =>
57+
# model -> model.package_name == "Imbalance",
5858
)
5959

6060

0 commit comments

Comments
 (0)