Skip to content
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

Merged
merged 10 commits into from
Dec 20, 2023
Merged

Avoid importing tf_routes #118

merged 10 commits into from
Dec 20, 2023

Conversation

JohannesKarwou
Copy link
Member

We can copy the functions necessary from tf_routes dircetly to transformato

@@ -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):
Copy link
Member Author

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.

@github-actions github-actions bot added asfe modification according to asfe analysis charmm labels Dec 11, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #118 (2837e3c) into master (b366c3d) will increase coverage by 0.64%.
The diff coverage is 77.30%.

❗ Current head 2837e3c differs from pull request most recent head 0ae8a43. Consider uploading reports for the commit 0ae8a43 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

@JohannesKarwou JohannesKarwou merged commit e17dd71 into master Dec 20, 2023
5 checks passed
@JohannesKarwou JohannesKarwou deleted the avoid_importing_tf_routes branch December 20, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis asfe modification according to asfe charmm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants