Skip to content

RasterEquidistantMetricSpace errors with scipy 1.0 #186

Description

@mmaelicke

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions