Skip to content

Commit

Permalink
Update deeprank2/utils/graph.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giulia Crocioni <55382553+gcroci2@users.noreply.github.com>
  • Loading branch information
DaniBodor and gcroci2 authored Nov 22, 2023
1 parent 6bb4259 commit feb25bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprank2/utils/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def build_graph( # pylint: disable=too-many-locals
Args:
nodes (list[Atom] | list[Residue]): List of `Atom`s or `Residue`s to include in graph.
All nodes must be of same type.
graph_id (str): Human readible identifier for graph.
graph_id (str): Human readable identifier for graph.
max_edge_length (float): Maximum distance between two nodes to connect them with an edge.
Returns:
Expand Down

0 comments on commit feb25bd

Please sign in to comment.