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
Particle erosion is inherently global and cannot be chunked. Add
_check_erosion_memory that estimates ~3x working set (input + brush
scratch + output) and raises MemoryError before .compute() when
the array won't fit in available RAM.
0 commit comments