On https://trac.sagemath.org/ticket/22679 I've reached the state where I 
have to trace down
a bug in Sage that triggers a Python segfault with the following lines of 
Python:

>>> import numpy as np
>>> points = np.array([[0, 0], [0, 1], [0, 2], [1, 0], [1, 1], [1, 2],[2, 
0], [2, 1], [2, 2]])
>>> from scipy.spatial import Voronoi
>>> Voronoi(points)

Voronoi() is used in the new Riemann surface code, that's how I came to 
this point.
It still works with Scipy 0.17.1, but not with (Sage's current) 0.19.1 or 
Scipy mater.

It is a bug in Sage, and not in Scipy or Numpy, as the system Python (also 
2.7.14) has no trouble with these lines!
That's what I'd call depressing...




-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to