Is there a dask akward equivalent to np.interp()? #492
-
Hello, I was wondering if there's a way to do linear interpolation using dask_awkward, similar or identical to I currently have this NNLOPS weight implemented eagerly and saved separately to other lazy weights, but it is leading to extra complications later on (ie normalization of btag shape weights, which requires information from all weights), and it would be just more elegant if I could lazily calculate the NNLOPS weights as well. If there are better way to lazily implement the NNLOPS, I am all ears! Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
For this one in particular you should probably wrap |
Beta Was this translation helpful? Give feedback.
-
I have migrated this discussion to this issue, and @lgray kindly laid out a custom solution to my problem and it works, though I hope the feature would be added to the official package! |
Beta Was this translation helpful? Give feedback.
I have migrated this discussion to this issue, and @lgray kindly laid out a custom solution to my problem and it works, though I hope the feature would be added to the official package!