Skip to content

Document RasterMetricSpace and find faster implementation post-SciPy 1.13 #178

Description

@rhugonnet

Raises:
E AttributeError: 'dok_matrix' object has no attribute '_update'

It was actually expected. At this line, I had made a comment that it was only a temporary solution to make the computation faster: https://github.com/mmaelicke/scikit-gstat/blob/main/skgstat/MetricSpace.py#L783
I'll take some time soon to look up if a fast solution is still possible with the latest release without calling a non-public method, otherwise uncomment the slower solution above.

Maybe it's the occasion to also streamline this RasterMetricSpace and add some documentation on it. It was a bit of a first draft when I first added it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions