We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af991c9 + 1faac92 commit 73fdafeCopy full SHA for 73fdafe
1 file changed
malariagen_data/mjn.py
@@ -281,12 +281,6 @@ def _mjn_graph_edges(
281
# add edge from final intermediate node to node j
282
source = f"anon_{i}_{j}_{sep-2}"
283
target = j
284
- graph_node = {
285
- "id": source,
286
- "count": 0,
287
- "width": anon_width,
288
- }
289
- graph_nodes.append(graph_node)
290
graph_edge = {
291
"id": f"edge_{i}_{j}_{sep-1}",
292
"source": source,
0 commit comments