Skip to content

Commit be4690e

Browse files
committed
Consistent labeling for datasets
1 parent 968141e commit be4690e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chebai/preprocessing/datasets/tox21.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Tox21MolNet(XYBaseDataModule):
3636

3737
@property
3838
def _name(self):
39-
return "Tox21mn"
39+
return "Tox21MN"
4040

4141
@property
4242
def label_number(self):
@@ -151,7 +151,7 @@ class Tox21Challenge(XYBaseDataModule):
151151

152152
@property
153153
def _name(self):
154-
return "tox21chal"
154+
return "Tox21Chal"
155155

156156
@property
157157
def label_number(self):

0 commit comments

Comments
 (0)