You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow passed points to be any object that is enumerable
Previous to this change the `raw_points` passed to `Simplifier#process` had to be an array.
This commit loosens the requirement by checking wether the object is enumerable / iterable, thus allowing non-arrays to be passed (e.g. ActiveRecord relations!).
0 commit comments