naplib-python icon indicating copy to clipboard operation
naplib-python copied to clipboard

Add parallalized apply method to Data object

Open gavinmischler opened this issue 2 years ago • 0 comments

Expected Behavior

Would be nice to have a parallelized "apply" method for the naplib.Data class which would allow you to easily parallelize a function over trials of the Data object, since you typically have to loop through trials to apply a function to each.

gavinmischler avatar Feb 28 '23 15:02 gavinmischler