Serban Marin

Results 22 comments of Serban Marin

[omcore.exe.26996.dmp.zip](https://github.com/CGAL/cgal/files/13705240/omcore.exe.26996.dmp.zip)

the polygon in question is 100k+ points. I tried running `CGAL::is_valid_polygon_with_holes` on it but its taking hours and its not even done the `is_closed_polygon_with_holes` check the polygons in question was...

related to BASE-34. There is a known discrepancy between different gridding methods. direct gridding does not center cells on the data point location (of the most bottom left data point)....

This will be fixed in next release. Until then please force numpy to 1.19 `pip install numpy==1.19.0` GXDEV-34

@TheZappie firstly, as a disclaimer, the 2024.1 hasn't been officially release, and wont be for about a month. That being said, the fix was to change `float` => `float_`. `float`...

@TheZappie , my mistake I got my versions mixed up. This fix was to support numpy `1.20`+, but at the time numpy `2.0` had not been released yet. As it...