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
In rastermap.py when normalize=False, the input data array gets assigned to a variable without creating a copy (line 284), and can get mutated when mean_time=True.