bopen / xarray-sentinel

Xarray backend to Copernicus Sentinel-1 satellite data products
Apache License 2.0
221 stars 22 forks source link

Detected Memory leaks in code numpy as_type() (working on PR) #111

Open Scartography opened 2 years ago

Scartography commented 2 years ago

as type copies arrays when not specified otherwise see: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.astype.html

Seems to be reason for tests failing in sarsen, will try working more on this and PR is "underway"