Skip to content

module 'spyrmsd.molecule' has no attribute 'load' #97

Answered by RMeli
JonasLi-19 asked this question in Q&A
Discussion options

You must be logged in to vote

The molecule class has no method load. It only has from_rdkit and from_openbabel constructors to make a spyrmsd.molecule from an already loaded RDKit or Open Babel molecule object.

Did you see this usage somewhere in the documentation? Please see the documentation on how to load molecules: you need to use loadmol from the io module.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JonasLi-19
Comment options

@RMeli
Comment options

Answer selected by RMeli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #95 on December 29, 2023 13:15.