Questions regarding small improvements #33
-
Here are the questions we could not discuss yesterday:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Since you import pandas as pd, maybe try pd.core.series.Series? And matplotlib.figure probably does not work because matplotlib itself is not imported?
I think the RDKit term for what you call skeleton is "generic scaffold", right? The term from the orginal Murcko and Bemis paper on molecular frameworks would be "archetype" or "graph framework". So it would be better is you chose one of these.
Something I also don't know. I would suggest placing it in the constructor. Or you can keep it in the "open class space" because a logger usually is a static object that is shared between every instance of a class. Then, it would actually be confusing to put it into the constructor that is tied to only one instance of the class.
That seems to be appropriate at the respective cases.
I would vote for throwing an error. In this case, there is no reason to go any further with CIDER and it definitely indicates that the user made a mistake. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answers! |
Beta Was this translation helpful? Give feedback.
-
Is there any other open question in this thread? |
Beta Was this translation helpful? Give feedback.
Since you import pandas as pd, maybe try pd.core.series.Series? And matplotlib.figure probably does not work because matplotlib itself is not imported?