From 219d7ecea294a01ed2b48a00d954de92e9347fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Fl=C3=BCgel?= <43573433+sfluegel05@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:34:11 +0200 Subject: [PATCH 1/2] Rename 'val' to 'validation' in data splits --- chebai/preprocessing/datasets/chebi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chebai/preprocessing/datasets/chebi.py b/chebai/preprocessing/datasets/chebi.py index 4d77495d..a0af3ac8 100644 --- a/chebai/preprocessing/datasets/chebi.py +++ b/chebai/preprocessing/datasets/chebi.py @@ -393,7 +393,7 @@ def _get_data_splits(self) -> tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame]: self.test_split, self.dynamic_data_split_seed, ) - return splits["train"], splits["val"], splits["test"] + return splits["train"], splits["validation"], splits["test"] def _setup_pruned_test_set( self, df_test_chebi_version: pd.DataFrame From e6f99e22a80d2a7c4b02ef985c7431620c16a568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Fl=C3=BCgel?= <43573433+sfluegel05@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:16:18 +0200 Subject: [PATCH 2/2] Update chebi-utils version requirement in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index beda3a3b..6c00552f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "omegaconf", "deepsmiles", "torchmetrics", - "chebi-utils>=0.1.1", + "chebi-utils>=0.3", ] linters = [