MCPcopy Create free account
hub / github.com/dbt-labs/ade-bench / __init__

Method __init__

scripts_python/generate_results_html.py:23–26  ·  view source on GitHub ↗
(self, experiment_dir: Path)

Source from the content-addressed store, hash-verified

21 """Generates HTML dashboard for experiment results."""
22
23 def __init__(self, experiment_dir: Path):
24 self.experiment_dir = Path(experiment_dir)
25 self.templates_dir = Path(__file__).parent.parent / "templates"
26 self.html_dir = self.experiment_dir / "html"
27
28 def generate_all(self):
29 """Generate all HTML pages for the experiment."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected