deeprank2 icon indicating copy to clipboard operation
deeprank2 copied to clipboard

Unify `get_residue_contact_pairs()` from buildgraph.py by `get_IRCs()` from irc.py

Open DaniBodor opened this issue 2 years ago • 1 comments

The buildgraph function (exclusively used in some unit tests) already existed before I worked on irc feature. Later I discovered that I largely recreated that function.

The one used created for irc features is more elegantly/concisely written, so it would be nice to replace the buildgraph function with what is needed from the irc one and then call the function both for the tests and irc features

DaniBodor avatar Mar 17 '23 18:03 DaniBodor

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Apr 17 '23 03:04 github-actions[bot]