BUG: Fix off by one in StableGraph::node_bound

It was 1 larger than it should, which is no big deal in some context.
But it wasn't as correct as was intended. A graph without holes has
.node_count() == .node_bound();
1 file changed