rm CondaPkg environment

This commit is contained in:
ton
2023-04-06 13:53:47 +07:00
parent 0a57ed7884
commit c43d949309
3329 changed files with 5725 additions and 447022 deletions

View File

@@ -357,7 +357,6 @@ class TestLayout:
self.check_kamada_kawai_costfn(pos, invdist, meanwt, 3)
def test_spiral_layout(self):
G = self.Gs
# a lower value of resolution should result in a more compact layout

View File

@@ -197,7 +197,7 @@ def test_more_edge_colors_than_num_edges_directed():
assert mpl.colors.same_color(fap.get_edgecolor(), expected)
def test_edge_color_string_with_gloabl_alpha_undirected():
def test_edge_color_string_with_global_alpha_undirected():
edge_collection = nx.draw_networkx_edges(
barbell,
pos=nx.random_layout(barbell),