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
def lazy_merge_arrays()
...
if nodata is not None and not np.isnan(nodata):
result = result.fillna(nodata)
if result.dtype != input_dtype:
result = result.astype(input_dtype)
return result