Skip to content

Change default data object to namedtuple. #4

@cpkm

Description

@cpkm

Currently, imported data from import_data_file returns a homemade data object named objdict. This can be safely removed and replaced with the use of namedtuples, which offer the same functionality, namely, the ability to call fields as attributes, e.g. data.x instead of data['x'].

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions