Skip to content

Wrong behavior of default Array constructor #17

@meggart

Description

@meggart

I do not have a reproducible example at hand, but there is a problem with using the default Array constructor on chunked AbstractDiskArrays. Adding the following method fixed the code:

function Array(a::AbstractDiskArray)
    aout = similar(a)
    aout .= a
    aout
end

but it is worth to investigate and add some unit tests when fixing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions