Skip to content

Commit

Permalink
Rename config module to base
Browse files Browse the repository at this point in the history
  • Loading branch information
ritalyu17 authored Mar 1, 2025
1 parent 8b17dbb commit 586abc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/domains/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Benchmark domains."""

from benchmarks.definition.config import Benchmark
from benchmarks.definition.base import Benchmark
from benchmarks.domains.synthetic_2C1D_1C import synthetic_2C1D_1C_benchmark
from benchmarks.domains.Hardness import hardness_benchmark, hardness_transfer_learning_benchmark

Expand Down

0 comments on commit 586abc0

Please sign in to comment.