Hello all,
I am new to DeepChem and I was going over the notebooks tutorials where I encountered few warning messages that I am not sure whether it is okay to ignore them and continue or should I do something else to fix the reasons behind them.
The warning messages resulted from running the code lines below
tasks, datasets, transformers = dc.molnet.load_bbbp()
train_dataset, valid_dataset, test_dataset = datasets
The warning messages are too long to be included here, so I am just going to include a sample from each type below:
[12:58:49] Explicit valence for atom # 1 N, 4, is greater than permitted
WARNING:deepchem.feat.base_classes:Failed to featurize datapoint 59, None. Appending empty array
WARNING:deepchem.feat.base_classes:Exception message: Python argument types in
rdkit.Chem.rdmolfiles.CanonicalRankAtoms(NoneType)
did not match C++ signature:
CanonicalRankAtoms(RDKit::ROMol mol, bool breakTies=True, bool includeChirality=True, bool includeIsotopes=True, bool includeAtomMaps=True)
[12:58:49] WARNING: not removing hydrogen atom without neighbors
I would appreciate your feedback on that.
Thank you in advance.
Note: I am using Google Colab