Conversation
|
Could you give me the command you used for the tox21 dataset? I have some trouble loading it (probably not related to this issue) |
I don't have the exact command, as I just called the method on the object of the class. I was mainly focused on testing the method rather than the specific command. |
|
I had some trouble with the This is not an error with the file location not being accessible, but (as far as I understand), the download function first opens a temporary file and then calls However, this still does not lead to a functioning dataset - the class does not apply any tokenisation and the collate function receives an unprocessed SMILES string. |
30e22d3 to
e0a794e
Compare
|
Opened new PR #146 with the same tests as in this PR. |
Issue: Technical issues in
Tox21MolNet+corresponding Tests#53Note:
This came up when adding unit tests for this class. Therefore, we should also include them when solving this PR (see #45 ).