Skip to content

Commit

Permalink
more minor aesthetic refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Budescu committed Dec 12, 2024
1 parent 8458d41 commit ae9b821
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_acquisition/test_maximizers.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
from __future__ import annotations

from typing import Any

import os
import unittest
import unittest.mock

import numpy as np
import pytest
from ConfigSpace import (
Categorical,
Configuration,
ConfigurationSpace,
EqualsCondition,
Float,
InCondition,
Integer,
)
from ConfigSpace.hyperparameters import (
BetaIntegerHyperparameter,
Expand All @@ -24,7 +17,6 @@
UniformFloatHyperparameter,
UniformIntegerHyperparameter,
)
from ConfigSpace.read_and_write import pcs
from scipy.spatial.distance import euclidean

from smac.acquisition.function import EI
Expand All @@ -35,8 +27,6 @@
RandomSearch,
)
from smac.model.random_forest.random_forest import RandomForest
from smac.runhistory.runhistory import RunHistory
from smac.runner.abstract_runner import StatusType

__copyright__ = "Copyright 2021, AutoML.org Freiburg-Hannover"
__license__ = "3-clause BSD"
Expand Down

0 comments on commit ae9b821

Please sign in to comment.