-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is your feature request related to a problem?
When users provide a dataframe and a mapper, scalar values are broadcast to arrays matching the length of p_id. But when users provide the exact same data as an input tree, we do not broadcast; instead, we partially apply the scalars inside the TT function.
Describe the solution you would like to see
Since the partial-application feature does not work well yet, we should keep the current behavior of the dataframe + mapper pipeline; otherwise, casual users will run into errors that are nearly impossible to debug.
So either:
- we find a way to fix the partial-application issue for all inputs, or
- (preferred in the short run) broadcast scalar inputs for input trees as well, and require users who want to rely on partial-application to supply their inputs via
processed_datainstead.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working