Skip to content

Adding _to_python_object in every class #217

Closed
@czgdp1807

Description

@czgdp1807

I get it, and I have felt the same while I was working on it... so this is the proposal:

Every parallel algorithm has _parallel appended to it, so putting it under different modules isn't really useful. Though our current classes, may not work with parallel algorithms through processes because sharing user defined objects among processes is not possible with python. A _to_python_object method can be introduced in every class to support that. Opening a separate issue for this.

Originally posted by @czgdp1807 in #207 (comment)

Should this be done? The main point here is to support parallel algorithms with processes. Any other ideas can be proposed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions