-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pbapply hanging and when lapply succeeds #30
Comments
Thinking about it, the
Not sure why this would need to be called in |
@dashaub I am not sure why the I tried Fork cluster with other examples and it worked. You can check if your code works with BTW, I wasn't really paying attention to what |
Very helpful debug suggestion. Same problem with
Thanks for your help and work on this great package. |
That's really helpful. Thanks for reporting back. |
I'm encountering a strange scenario where
lapply
succeeds butpblapply
hangs with a mysteriousSelection:
message. Strangely this also occurs on only a very small subset of my data (50:60
, but butlapply
andpblapply
work on other slices of the data).Regular
lapply
works finepblapply hangs
tsFeatures()
is complex function that I wrote that contains many package dependencies, andcleaned
is similarly somewhat complex list, so apologies that I can't post on github a minimal reproducible example. I might be able to send these in a.RData
file if you like.The text was updated successfully, but these errors were encountered: