[Bioc-devel] bug in graph package version 1.10.0 (fwd)
CC: bioc-devel Hi, With the recent work on "graph", if you don't define an attribute "weight" for an edge/a node, the default edge weight will be 1. I suspect the codes didn't create attribute "weight" for the edge when adding the edge with weight, so "pathWeights()" uses default 1 for weights for all edges. (I'm not familiar with eWV/pathWeights, but it sounds very similar to what I experienced with edgeWeight) Seth will be the one to ask Li