Skip to content

Commit

Permalink
Fix (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeili authored Jun 28, 2020
1 parent 889be12 commit be40342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Contributors
* [Chengqiang Lu](https://github.com/geekinglcq): Alchemy dataset; MPNN, MGCN and SchNet
* [Jiajing Hu](https://github.com/jjhu94): Weave
* [Zhaoqiang Chen](https://github.com/autodataming): Update RDkit channel for conda installation
* [Yue Zhong](https://github.com/YueZhong-bio): HadamardLinkPredictor, link prediction for ogbl-ppa
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main(args):
test_set = USPTOCenter('test', num_processes=args['num_processes'], load=args['load'])
else:
test_set = WLNCenterDataset(raw_file_path=args['test_path'],
mol_graph_path='test.bin',
mol_graph_path=args['test_path'] + '.bin',
num_processes=args['num_processes'],
load=args['load'])
test_loader = DataLoader(test_set, batch_size=args['batch_size'],
Expand Down

0 comments on commit be40342

Please sign in to comment.