UDST / sanfran_urbansim

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

'module' object has no attribute 'table_source' #13

Closed fivejjs closed 9 years ago

fivejjs commented 9 years ago

in notebook Hedonic Example

AttributeError Traceback (most recent call last)

in () ----> 1 @sim.table_source('buildings') 2 def buildings(store): 3 df = store['buildings'] 4 return df 5 AttributeError: 'module' object has no attribute 'table_source'
jiffyclub commented 9 years ago

Thanks, must have missed that notebook when I was updating table_source instances.

jiffyclub commented 9 years ago

This will be be fixed by #14.