psrc / urbansim2

3 stars 0 forks source link

Variable vacant_jobs returns an array of the wrong size #177

Closed hanase closed 5 years ago

hanase commented 5 years ago

@stefancoe , could you please look into this? The variable is returning an array of a different size than the size of the jobs dataset. https://github.com/psrc/urbansim2/blob/dev/psrc_urbansim/vars/variables_jobs.py#L83

stefancoe commented 5 years ago

Sure- I'll change it back to the way I had it and hopefully that will fix it.

stefancoe commented 5 years ago

@hanase Did you have the 'update_persons_jobs' step on after the jobs transition/relocation steps?

hanase commented 5 years ago

I didn't. But now I see you fixed the variable - thanks so much @stefancoe ! I do think that it is the responsibility of the variables to return arrays of the right size.