Skip to content

Multiprocessing problems in new workflow #53

@hleegwater

Description

@hleegwater

Multiprocessing can only use functions that are defined in the main script. I would like to use a function within a function. This is not possible. Therefore, I would like to get rid of all the multiprocessing_helpers and change the multiprocessing.map command to multiprocessing.starmap. This can take more than one argument. It is only available in python 3, so I want to stop developing in python 2 and change to python 3.

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