-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingnon-priorityThis doesn't seem rightThis doesn't seem rightwontfixThis will not be worked onThis will not be worked on
Description
The function parallel_read() does not account for instances where there are multiple functions passed through functions kwarg that have overlapping kwargs among them but that are pointing to different (at least two) input arguments - the last kwarg passed to a function will override any previous uploads of that kwarg to the engines.
parallel_read()needs to iterate args and kwargs within the fundict of functions passed to kwarg functions to assert any duplicate args/kwargs have the same value. This could happen when passing multiple functions to parallel_read() within a fundict from create_fundict(), where the duplicated args/kwargs across functions reference a different value for each function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnon-priorityThis doesn't seem rightThis doesn't seem rightwontfixThis will not be worked onThis will not be worked on