Richard Bowen
Richard Bowen
I checked out your branch and added vectorization like this: ```python halfspaces = np.atleast_2d(halfspaces) dims = halfspaces.shape[1] - 1 dists = np.dot(halfspaces[:, :dims], self.interior_point[:dims]) + halfspaces[:, -1] if (dists >...
> I saw a real `spatial` failure actually, but it looks like you changed the code a bit from `>=` to `>` (which is more consistent with what I did...
Ok! LMK if there's anything I can do to help!