petern48 commented on code in PR #8: URL: https://github.com/apache/sedona-db/pull/8#discussion_r2316978049
########## 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: Oh that's right ... I forgot how numbers work for a sec. This is a higher value, not a lower one. I changed it to the same as the default value. -- 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