Skip to content

Commit

Permalink
add SRRegressor issue to integration test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Dec 20, 2024
1 parent e082c50 commit 1e65db9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ FILTER_GIVEN_ISSUE = Dict(
model.name == "RecursiveFeatureElimination",
"https://github.com/sylvaticus/BetaML.jl/issues/75" =>
model -> model.package_name == "BetaML" &&
model.name == "NeuralNetworkClassifier"
model.name == "NeuralNetworkClassifier",
"https://github.com/MilesCranmer/SymbolicRegression.jl/issues/390" =>
model -> model.package_name == "SymbolicRegression" &&
model.name == "SRRegressor"
)


Expand Down

0 comments on commit 1e65db9

Please sign in to comment.