Skip to content

Commit 73fdafe

Browse files
authored
Merge pull request #924 from 31puneet/fix/mjn-duplicate-nodes
Fix duplicate intermediate node generation in _mjn_graph
2 parents af991c9 + 1faac92 commit 73fdafe

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)