Skip to content

Commit

Permalink
Refactor import statements to simplify module paths in benchmark files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianliebig committed Nov 13, 2024
1 parent 33e14c5 commit dff35ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/domains/synthetic_2C1D_1C.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from baybe.searchspace import SearchSpace
from baybe.simulation import simulate_scenarios
from baybe.targets import NumericalTarget, TargetMode
from benchmarks.definition.config import (
from benchmarks.definition import (
Benchmark,
ConvergenceExperimentSettings,
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/result/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pandas import DataFrame

from baybe.serialization.mixin import SerialMixin
from benchmarks.result.metadata import ResultMetadata
from benchmarks.result import ResultMetadata


@define(frozen=True)
Expand Down

0 comments on commit dff35ba

Please sign in to comment.