Skip to content

Commit

Permalink
Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavalerievich committed Jan 23, 2025
1 parent 458d420 commit f7922db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grakel_replace/graph_aware_gp_optimization_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from gpytorch import ExactMarginalLogLikelihood
from gpytorch.kernels import AdditiveKernel, MaternKernel
from grakel_replace.context_managers import set_graph_lookup
from grakel_replace.optimization import optimize_acqf_graph
from grakel_replace.kernels import BoTorchWLKernel
from grakel_replace.optimization import optimize_acqf_graph
from grakel_replace.utils import min_max_scale, seed_all

if TYPE_CHECKING:
Expand Down

0 comments on commit f7922db

Please sign in to comment.