Skip to content

Commit

Permalink
pass max_mols to Draw.MolsToGridImage
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovary committed Dec 13, 2023
1 parent 5d1cde1 commit bd5b0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datamol/viz/_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def to_image(
highlightAtomLists=_highlight_atom,
highlightBondLists=_highlight_bond,
drawOptions=draw_options,
maxMols=max_mols,
**_kwargs,
)

Expand Down

0 comments on commit bd5b0ab

Please sign in to comment.