Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errors when stitching synthetic data
Input tiles created via whole-pixel crops of a larger image would generate negative error metric values due to numerical precision issues in utils.nccw, ultimately causing a networkx error when building the spanning tree. This change clamps small negative error metric values up to zero and raises an exception for large negative values.
- Loading branch information