-
Notifications
You must be signed in to change notification settings - Fork 5
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
Avoid importing tf_routes #118
Conversation
transformato/mutate.py
Outdated
@@ -526,49 +526,236 @@ def _match_terminal_dummy_atoms_between_common_cores( | |||
|
|||
return (lj_default_cc1, lj_default_cc2) | |||
|
|||
@staticmethod | |||
def _calculate_order_of_LJ_mutations( | |||
def change_route_cycles(route, cycledict, degreedict, weightdict, G): |
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 suggest that we put all these functions into a file that we call e.g. rdkit_functions
or something like this.
…ormato into avoid_importing_tf_routes
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files |
We can copy the functions necessary from
tf_routes
dircetly to transformato