Skip to content

lazy_merge_arrays throw exception when nodata is None #7

Description

@DakotaHester

Can potentially be fixed with:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions