diff --git a/test_clustering_forced.py b/test_clustering_forced.py index 833ad075..6070bffa 100644 --- a/test_clustering_forced.py +++ b/test_clustering_forced.py @@ -40,7 +40,7 @@ def print_summary(self): test_repo = os.getenv("TEST_REPO_PATH", os.path.dirname(os.path.abspath(__file__))) -config = Config.from_cli( +config = Config( repo_path=test_repo, output_dir="/tmp/test", dependency_graph_dir="/tmp/test/deps", docs_dir="/tmp/test/docs", max_depth=2, main_model=os.getenv("MAIN_MODEL", "gpt-4o"),