Skip to content

Commit

Permalink
Add returnPNG=False in RDKit visualization
Browse files Browse the repository at this point in the history
Co-authored-by: Pavan Kumar <pavan.kumar@openforcefield.org>
  • Loading branch information
mattwthompson and Pavan Kumar committed Jan 30, 2024
1 parent 2fa465a commit dc74149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openff/qcsubmit/utils/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def _create_rdkit_pdf(molecules: List[Molecule], file_name: str, columns: int):
molsPerRow=columns,
subImgSize=(500, 500),
highlightAtomLists=tag_chunk,
returnPNG=False,
)
# write the pdf to bytes and pass straight to the pdf merger
images.append(image)
Expand Down

0 comments on commit dc74149

Please sign in to comment.