You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered: