chembl / mychembl

Resources used to create the myChEMBL virtual machine
57 stars 28 forks source link

03_myChEMBL_predict_targets DeprecationWarning #13

Open mark-davies opened 10 years ago

mark-davies commented 10 years ago

Following warnings thrown for each image in 03_myChEMBL_predict_targets:

/home/chembl/rdkit/rdkit/Chem/Draw/cairoCanvas.py:65: DeprecationWarning: tostring() is deprecated. Please call tobytes() instead. imgd = image.tostring("raw","BGRA") /usr/lib/python2.7/dist-packages/PIL/Image.py:625: DeprecationWarning: fromstring() is deprecated. Please call frombytes() instead. warnings.warn('fromstring() is deprecated. Please call frombytes() instead.', DeprecationWarning)

Notebook still works

mnowotka commented 10 years ago

Please note this warnings disappear if you evaluate the first code cell twice.