UDST / bayarea_urbansim

UrbanSim implementation for the San Francisco Bay Area
14 stars 26 forks source link

How are configs written out by Estimation.ipynb? #39

Closed tbuckl closed 9 years ago

tbuckl commented 9 years ago

After running a new estimation, it would be nice if it were easy to compare what the configs looked like more readily. And example of this comparison/view can be found in the first changed file in this commit:

https://github.com/MetropolitanTransportationCommission/bayarea_urbansim/commit/afb79994504bc5b1783016026e7438a8738546c1#diff-e3d467e6cf0fd6da94204192e1bebb4b

Where do I look to see how the configs are output?

fscottfoti commented 9 years ago

In general it's this module - is that what you're looking for?

https://github.com/synthicity/urbansim/blob/master/urbansim/utils/yamlio.py

tbuckl commented 9 years ago

yep, thanks! i'll close this for now.