Propagate seeds and expand and propagate crash ...

Issue #157 resolved
Rodrigo Fernandez-Gonzalez repo owner created an issue

Functions involving flow crash with a segmentation fault error when interpolating the flow field (regardless of interpolation function in scipy.interpolate or interpolation method -except nearest neighbour, which does not work well).

Comments (1)

  1. Rodrigo Fernandez-Gonzalez reporter

    Fixed (PR #57) by creating a new flow function in rimutils, flow_at_points, which directly calculates the flow at a list of points, with no flow interpolation.

  2. Log in to comment