Skip to content

Commit b51a9d5

Browse files
authored
Merge branch 'master' into feat/fst-lower-triangle-820
2 parents d21807b + 73fdafe commit b51a9d5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

malariagen_data/mjn.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,6 @@ def _mjn_graph_edges(
281281
# add edge from final intermediate node to node j
282282
source = f"anon_{i}_{j}_{sep-2}"
283283
target = j
284-
graph_node = {
285-
"id": source,
286-
"count": 0,
287-
"width": anon_width,
288-
}
289-
graph_nodes.append(graph_node)
290284
graph_edge = {
291285
"id": f"edge_{i}_{j}_{sep-1}",
292286
"source": source,

0 commit comments

Comments
 (0)