Skip to content

Commit

Permalink
remove unsupported code
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Dec 1, 2021
1 parent 98cd8bd commit 0f0b8d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_optimizers/_parametrize.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
BayesianOptimizer,
TreeStructuredParzenEstimators,
ForestOptimizer,
OneDimensionalBayesianOptimization,
EnsembleOptimizer,
)

Expand Down Expand Up @@ -73,7 +72,6 @@
"Optimizer",
[
(BayesianOptimizer),
(OneDimensionalBayesianOptimization),
(TreeStructuredParzenEstimators),
(ForestOptimizer),
(EnsembleOptimizer),
Expand Down Expand Up @@ -117,6 +115,5 @@
(TreeStructuredParzenEstimators),
(ForestOptimizer),
(EnsembleOptimizer),
(OneDimensionalBayesianOptimization),
],
)

0 comments on commit 0f0b8d9

Please sign in to comment.