From 3dc6a7f5b65edeb35c077225f69af92ff8d7e95b Mon Sep 17 00:00:00 2001 From: Jucheng Hu Date: Wed, 28 May 2025 15:57:34 +0800 Subject: [PATCH] fix file and import naming --- opencompass/configs/datasets/matbench/matbench_gen.py | 2 +- ...bench_gen_testing_updated.py => matbench_gen_regex_judge.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename opencompass/configs/datasets/matbench/{matbench_gen_testing_updated.py => matbench_gen_regex_judge.py} (100%) diff --git a/opencompass/configs/datasets/matbench/matbench_gen.py b/opencompass/configs/datasets/matbench/matbench_gen.py index d2342cb1..efbf742a 100644 --- a/opencompass/configs/datasets/matbench/matbench_gen.py +++ b/opencompass/configs/datasets/matbench/matbench_gen.py @@ -1,5 +1,5 @@ from mmengine.config import read_base with read_base(): - # from .matbench_gen_testing_updated import matbench_datasets # noqa: F401, F403 + # from .matbench_gen_regex_judge import matbench_datasets # noqa: F401, F403 from .matbench_gen_llm_judge import matbench_datasets # noqa: F401, F403 diff --git a/opencompass/configs/datasets/matbench/matbench_gen_testing_updated.py b/opencompass/configs/datasets/matbench/matbench_gen_regex_judge.py similarity index 100% rename from opencompass/configs/datasets/matbench/matbench_gen_testing_updated.py rename to opencompass/configs/datasets/matbench/matbench_gen_regex_judge.py