- changed status to resolved
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).
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.