Open GoogleCodeExporter opened 9 years ago
Can you please try this on a Linux machine with the relevant packages version
installed?
If the error persists then the scipy issue tracker and/or mailing list is your
best bet on getting this fixed.
Original comment by grizzly.nyo
on 27 Jul 2014 at 7:04
found a possible workaround:
https://github.com/scipy/scipy/issues/3908
patched get_edge_graph()
with:
import numpy as np
# bug in scipy 0.14.0 - https://github.com/scipy/scipy/issues/3908
vals = np.array(vals, dtype=np.int)
rows = np.array(rows, dtype=np.int)
cols = np.array(cols, dtype=np.int)
Original comment by grizzly.nyo
on 4 Nov 2014 at 12:37
Original issue reported on code.google.com by
matthewg...@gmail.com
on 26 Jul 2014 at 8:28