I am trying to detect microlensing signal in DP1 light curves. I have set up my code to read all the IDs first (all those that have at least 10 positive flux values in r), then I read lightcurves in batches of 500, and apply my detection algorithm to the 500 in parallel in all the available cores.
When running the code, after a couple of batches of 500 light curves, I get a connection abortion error as follows. Do you possibly have some suggestions to fix this issue?
I think you forgot to attach the error. Can you also show us the code?