David C Sterratt

Results 24 comments of David C Sterratt

I think this issue is related to the problem to a set of points that span a small distance relative to their distance to the origin (Issue #11). This issue...

In summary, I would recommend requiring the latest version of geometry (as in the master branch here, soon to be 0.5.0) for GWSDAT and *not* specifying options="". Additionally, you may...

Doh! I'd been trying to keep the repository too clean, as I wasn't sure what was needed there. I've now managed to avoid that error. Still, it would be nice...

Yes, I did the diff the wrong way round. It should be: ``` diff -u qhull/src/libqhull_r/global_r.c geometry/pkg/src/global_r.c --- qhull/src/libqhull_r/global_r.c 2024-08-24 11:10:34.560515833 +0100 +++ geometry/pkg/src/global_r.c 2024-08-30 20:38:21.237915942 +0100 @@ -2231,11 +2231,11...