You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can only think of a use case where the data is too large and you want to modify a field in-place, trial-by-trial. But writing a for loop for that would be just 1-2 lines anyway. So, I would say not adding any new functionality.
This is connected to #102, which I also don't think is necessary. It would be easy to implement, but whatever the function is that is being applied, more than likely there's plenty of room for parallelization within that function (per trial) to not necessitate parallelizing over trials.
Expected Behavior
Add an apply method without concatenating for the array_ops module, because sometimes we don't want across-trial edge effects.
The text was updated successfully, but these errors were encountered: