You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the first lines in combineSamps is: REGION_IN_Q <- paste0("psi.fs.r_", region)
This means that combineSamps can only read information from the regions defined in sparta. It cannot read the global occupancy, which is simply psi.fs. This is a problem.
I don't understand how it is capable of reading the UK occupancy. I didn't think we defined UK as a region aggregate.
The text was updated successfully, but these errors were encountered:
One of the first lines in combineSamps is:
REGION_IN_Q <- paste0("psi.fs.r_", region)
This means that combineSamps can only read information from the regions defined in sparta. It cannot read the global occupancy, which is simply
psi.fs
. This is a problem.I don't understand how it is capable of reading the UK occupancy. I didn't think we defined UK as a region aggregate.
The text was updated successfully, but these errors were encountered: