Skip to content

loading all data to memory does is not offset corrected #3

@orena1

Description

@orena1

When doing np.array(dat) a view is returned, np.array(dat[:]) return the correct result, but maybe it would be good to change it so that np.array(dat) will also return an offset corrected data

np.array(dat[0])[0][0][0][0],np.array(dat)[0][0][0][0][0]
(21204, 44331)

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions