This line is not supported anymore with scipy 1.0:
|
dok._update(zip(zip(c, eq), d)) |
see also scipy/scipy#8338
With #185 the bug is fixed for now, as the old, slower code is used again. If we want to change the dok matrix directly we need to do that via fancy indexing. @rhugonnet if I remember correctly, you implemented this class, right? Can you comment on this?
I just commented out the non-working solution, so to close this issue we could either remove the commented code, or implement a better solution.
This line is not supported anymore with scipy 1.0:
scikit-gstat/skgstat/MetricSpace.py
Line 786 in 22ff51c
see also scipy/scipy#8338
With #185 the bug is fixed for now, as the old, slower code is used again. If we want to change the dok matrix directly we need to do that via fancy indexing. @rhugonnet if I remember correctly, you implemented this class, right? Can you comment on this?
I just commented out the non-working solution, so to close this issue we could either remove the commented code, or implement a better solution.