From a0e9f4f39e26a56b13a364be09fc58d2d85150ea Mon Sep 17 00:00:00 2001 From: Merwane Hamadi Date: Tue, 11 Jul 2023 11:41:35 -0700 Subject: [PATCH] Change entrypath and add __init__.py --- agbenchmark/__init__.py | 0 agbenchmark/config.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 agbenchmark/__init__.py diff --git a/agbenchmark/__init__.py b/agbenchmark/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/agbenchmark/config.json b/agbenchmark/config.json index bc89d5ef4..729b3e83f 100644 --- a/agbenchmark/config.json +++ b/agbenchmark/config.json @@ -1,5 +1,5 @@ { "workspace": "generated", - "entry_path": "agbenchmark/benchmarks.py", + "entry_path": "agbenchmark.benchmarks", "cutoff": 60 }