Skip to content

Commit

Permalink
Network.remove_htp: not calling htp_references twice
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Feb 26, 2020
1 parent 9beaf5b commit 71d1498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pypath/core/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,6 @@ def remove_htp(self, threshold = 50, keep_directed = False):
)
)

htp_refs = self.htp_references(threshold = threshold)
to_remove = self.htp_interactions(
threshold = threshold,
ignore_directed = keep_directed,
Expand Down

0 comments on commit 71d1498

Please sign in to comment.