File not found error
Opened this issue · 0 comments
ardrarajesh commented
with open('cid2smiles.txt', 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'cid2smiles.txt'
This error raised while running read_data.py (external_data).How to get the file?