uscuni / sgeop

Street geometry processing toolkit
BSD 3-Clause "New" or "Revised" License
13 stars 0 forks source link

increase tolerance for testing #72

Closed jGaboardi closed 2 weeks ago

jGaboardi commented 3 weeks ago

Since we are erroring out in the last test from test_simplify_network_full_fua(), we can be virtually certain that small changes in precision are the cause of the failures in dev starting several days ago.

I try increasing the tolerance incrementally by +0.1 to see where that gets us.

jGaboardi commented 2 weeks ago

Seems to not be a tolerance thing, but a reversed coordinates things... https://github.com/uscuni/sgeop/pull/73#issuecomment-2453602330

https://github.com/uscuni/sgeop/issues/74#issue-2634238718

jGaboardi commented 2 weeks ago

resolved by #73