-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drawing utils #27
drawing utils #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, I do have a few comments though.
Besides those, consider which functions are helper functions (or even complete modules) that should not be user exposed, and prefix those with a _
.
As I see it there are 2 that need to be user accessible: draw_molecule
, and vsepr_layout
Oh, one more note, do you want tests for this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work. Lots of small comments, as per usual for big PRs ;)
Suggestions by Peter Co-authored-by: Peter C Kroon <[email protected]>
new code generating triplets Co-authored-by: Peter C Kroon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have fewer and fewer comments, probably a good sign ;)
Co-authored-by: Peter C Kroon <[email protected]>
Co-authored-by: Peter C Kroon <[email protected]>
No description provided.