xarray-sentinel icon indicating copy to clipboard operation
xarray-sentinel copied to clipboard

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

Open Scartography opened this issue 2 years ago • 0 comments

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

  • https://github.com/bopen/xarray-sentinel/blob/main/xarray_sentinel/sentinel1.py#L741
  • https://github.com/bopen/xarray-sentinel/blob/main/xarray_sentinel/sentinel1.py#L746

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

Scartography avatar May 28 '22 18:05 Scartography