If I have a workspace with some multiprocessing documents in and there are some series which have no data, I get a warning when I run for example
lapply(mp, get_model,wk)
The warnings say
"The result of the object is NULL: have you compute the workspace importing?"
I have already run compute(wk), and I believe that the message is where there is missing time series. It might be worth considering the situations where the object will be NULL - missing time series might be quite a common one
Could you send me a simple workspace to reproduce your problem? When there is an error during the processing, the error message is printed ("too many identical values" for example).
If I have a workspace with some multiprocessing documents in and there are some series which have no data, I get a warning when I run for example
lapply(mp, get_model,wk)
The warnings say
"The result of the object is NULL: have you compute the workspace importing?"
I have already run compute(wk), and I believe that the message is where there is missing time series. It might be worth considering the situations where the object will be NULL - missing time series might be quite a common one