We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d21807b + 73fdafe commit b51a9d5Copy full SHA for b51a9d5
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