-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Fix bug in PDB DataFrame (e.g. when using add_distance_threshold
edges in construct_graph
)
#419
base: master
Are you sure you want to change the base?
Conversation
…tom to avoid ambiguous / unexpected indexing using `.loc`
… existing `.pdb` files don't fail the test (pre-fix)
for more information, see https://pre-commit.ci
reset_index
in process_dataframe
after sorting by chain,pos,a…add_distance_threshold
edges in construct_graph
)
Added a 2nd graph construction test under |
|
fixes #418
Testing