Skip to content

Commit

Permalink
Update _network.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Oct 4, 2023
1 parent ddcb87f commit 2a6ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandelion/tools/_network.py
Expand Up @@ -222,7 +222,7 @@ def generate_network(
if c != "None":
tmp_clusterdist[c][i].value = 1
else:
cx = out.metadata.loc[i, str(clonekey)].copy()
cx = out.metadata.at[i, str(clonekey)]
if cx != "None":
tmp_clusterdist[cx][i].value = 1
tmp_clusterdist2 = {}
Expand Down

0 comments on commit 2a6ad82

Please sign in to comment.