UDST / sanfran_urbansim

An UrbanSim for San Francisco: an example implementation of the new framework
39 stars 27 forks source link

there were a few things wrong with sanfran_urbansim #14

Closed fscottfoti closed 9 years ago

fscottfoti commented 9 years ago

1) urbansim was doing a very large interaction dataset which was consuming too much memory

2) the prices were being set to 0 which was causing nans in the hedonics (not sure how this worked before)

3) table_source -> in a few places

fscottfoti commented 9 years ago

I should also note that this PR upgrades the notebook format so a new Anaconda install might be required.

jiffyclub commented 9 years ago

Or at least conda update ipython-notebook.

jiffyclub commented 9 years ago

Note that this will fix #13.