datamol-io / datamol

Molecular Processing Made Easy.
https://docs.datamol.io
Apache License 2.0
452 stars 47 forks source link

`max_mols` is limited to 50 in `dm.to_image` #221

Closed kkovary closed 7 months ago

kkovary commented 8 months ago
IPythonConsole.py:188: UserWarning: Truncating the list of molecules to be displayed to 50. Change the maxMols value to display more.
  % (maxMols))

max_mols needs to be passed to Draw.MolsToGridImage