Error in names(object) <- nm : attempt to set an attribute on NULL
It only happens when the parallel parameter is set to true and I know that for some reason the preds_full object which is the output of running generate_mse() is getting set to NULL at some stage.
The following code currently throws a mysterious error for me that I am having a hard time debugging
This gives me
Error in names(object) <- nm : attempt to set an attribute on NULL
It only happens when the parallel parameter is set to true and I know that for some reason the
preds_full
object which is the output of runninggenerate_mse()
is getting set to NULL at some stage.