Describe the bug
Length of largest component and network does not match up 100% after end step. Could be due to rounding or length calculations
Expected behavior
After running the algorithm, the last edge that is added should lead to the largest component and the network having the same size, since there is only one component left.
Desktop (please complete the following information):
- OS: macOS
- Version: as of 10.08.2026
You have a solution? (optional)
Potentially rounding issues, look into precision/how length gets calculated on geometries/graph.
Describe the bug
Length of largest component and network does not match up 100% after end step. Could be due to rounding or length calculations
Expected behavior
After running the algorithm, the last edge that is added should lead to the largest component and the network having the same size, since there is only one component left.
Desktop (please complete the following information):
You have a solution? (optional)
Potentially rounding issues, look into precision/how length gets calculated on geometries/graph.