Skip to content

Commit 8136a4d

Browse files
committed
chebi: fix for prepare data
1 parent 914941b commit 8136a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chebai/preprocessing/datasets/chebi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ def _perform_data_preparation(self, *args: Any, **kwargs: Any) -> None:
175175
Returns:
176176
None
177177
"""
178+
super()._perform_data_preparation(args, kwargs)
179+
178180
if self.chebi_version_train is not None:
179181
if not os.path.isfile(
180182
os.path.join(

0 commit comments

Comments
 (0)