Skip to content

Commit

Permalink
fix: typo in subgraph distance matrix recomputation #177
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j committed Jun 10, 2022
1 parent 0a2d5e3 commit d0f9788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphein/protein/subgraphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def extract_subgraph_from_node_list(
if recompute_distmat:
if not filter_dataframe:
log.warning("Recomputing distmat without filtering dataframe.")
g.graph["distmat"] = compute_distmat(g.graph["pdb_df"])
g.graph["dist_mat"] = compute_distmat(g.graph["pdb_df"])
if return_node_list:
return node_list

Expand Down

0 comments on commit d0f9788

Please sign in to comment.