Comment 3 for bug 1835674

Revision history for this message
Jeff Young (jeyjey) wrote :

@Nick, the minimum width is the width of the smallest feature that should /not/ be pruned. We were treating it as the largest feature which /would/ be pruned (which should be min_width - 1).

Once you correct that, it's OK for the spoke width to be equal to the minimum width (just not smaller).