Skip to content

Commit

Permalink
response to review
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Mar 11, 2024
1 parent 253e844 commit 1307d55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/drawing/test_draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ def test_draw_bipartite_with_str_labels_and_isolated_nodes():
plt.close("all")


# 1922, 1925, 1928-1929, 1936, 1942, 1949-1952, 1956, 1960, 2101, 2104, 2111, 2117, 2124-2126, 2130, 2134, 2163, 2166, 2173, 2189, 2199, 2210, 2236, 2247
def test_draw_undirected_dyads(edgelist8):
H = xgi.Hypergraph(edgelist8)

Expand Down
1 change: 0 additions & 1 deletion xgi/drawing/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,6 @@ def draw_undirected_dyads(
dyad_lw, settings["min_dyad_lw"], settings["max_dyad_lw"]
)

print(len(dyad_pos), len(dyad_color))
dyad_collection = LineCollection(
dyad_pos,
colors=dyad_color,
Expand Down

0 comments on commit 1307d55

Please sign in to comment.