Skip to content

Pickle object is a mess in terms of data types #29

Description

@jeremyleung521

The output pickle object is a little bit of a mess in terms of data types, mixing int, uint, float32, float64 etc.. This makes it very hard to convert to a numpy array with different dtypes (e.g., numpy.void where each column might be a different dtype). Forcing everything as numpy.float64 is fine, but leads to extra space allocation/necessity.

Be more aware when writing the results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions