Unverified Commit fecd6f3c authored by Kay Liu's avatar Kay Liu Committed by GitHub
Browse files

[BugFix] fix typo in fakenews dataset variable name (#3363)

parent 01a22144
......@@ -168,7 +168,7 @@ class FakeNewsDataset(DGLBuiltinDataset):
'feature': self.feature,
'train_mask': self.train_mask,
'val_mask': self.val_mask,
'test_mask': self.train_mask})
'test_mask': self.test_mask})
def has_cache(self):
""" check whether there are processed data in `self.save_path` """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment