fix file and import naming

This commit is contained in:
Jucheng Hu 2025-05-28 15:57:34 +08:00
parent 103304b15b
commit 3dc6a7f5b6
2 changed files with 1 additions and 1 deletions

View File

@ -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