online-ml / river

🌊 Online machine learning in Python
https://riverml.xyz
BSD 3-Clause "New" or "Revised" License
5.03k stars 540 forks source link

Fix issue #1507 (SWINN streamline) #1508

Closed smastelini closed 7 months ago

smastelini commented 7 months ago

Fix #1507.

Use buffer positions rather than references to the vertices themselves. This avoids recursion limit issues.