open-location-code icon indicating copy to clipboard operation
open-location-code copied to clipboard

Fix off-by-one errors

Open fulldecent opened this issue 1 month ago • 1 comments

Our test cases currently include an off-by-one allowance for all math calculations across the different implementations.

This PR removes that allowance and requires all implementations to have exactly correct results. And it fixes each implementation to produce exactly correct results.

fulldecent avatar Dec 07 '25 06:12 fulldecent

Need to run it on the CI here to see if it is actually correct!

fulldecent avatar Dec 07 '25 06:12 fulldecent