Skip to content

Commit

Permalink
Merge pull request #1108 from lebrice/lebrice/remove_profet_warning
Browse files Browse the repository at this point in the history
Remove the profet import and warning
  • Loading branch information
bouthilx committed Jul 13, 2023
2 parents efe6075 + 81493b0 commit 4190078
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/orion/benchmark/task/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,12 @@
from .forrester import Forrester
from .rosenbrock import RosenBrock

try:
from . import profet

# from .profet import ProfetSvmTask, ProfetFcNetTask, ProfetForresterTask, ProfetXgBoostTask
except ImportError:
pass

__all__ = [
"BenchmarkTask",
"RosenBrock",
"Branin",
"CarromTable",
"EggHolder",
"Forrester",
"profet",
# "ProfetSvmTask",
# "ProfetFcNetTask",
# "ProfetForresterTask",
# "ProfetXgBoostTask",
"bench_task_factory",
]

0 comments on commit 4190078

Please sign in to comment.