paleolimbot commented on code in PR #8: URL: https://github.com/apache/sedona-db/pull/8#discussion_r2316930472
########## python/sedonadb/tests/functions/test_functions.py: ########## @@ -147,6 +149,7 @@ def test_st_buffer(eng, geom, dist, expected_area): eng.assert_query_result( f"SELECT ST_Area(ST_Buffer({geom_or_null(geom)}, {val_or_null(dist)}))", expected_area, + numeric_epsilon=1e-1, Review Comment: This seems like a pretty high epsilon for things we think should be almost equal. Can this be lower? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org