Skip to content

Commit e829619

Browse files
committed
Merge remote-tracking branch 'origin/streamlined-backend' into streamlined-backend
2 parents 307269a + 639fe44 commit e829619

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bayesflow/benchmarks/benchmark.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ def __init__(self, name: str, **kwargs):
1717

1818
@staticmethod
1919
def get_module(name):
20-
"""Loads the corresponding benchmark file under bayesflow.benchmarks.<benchmark_name> as a
21-
module and returns it.
22-
"""
23-
2420
try:
2521
benchmark_module = importlib.import_module(f"bayesflow.benchmarks.{name}")
2622
return benchmark_module

0 commit comments

Comments
 (0)