urbansim / urbansim_parcels

New version of urbansim_defaults for compatibility with new developer model
0 stars 1 forks source link

Add ProForma object callback, and add **kwargs to other callbacks #28

Open pksohn opened 7 years ago

pksohn commented 7 years ago

Just a simple callback in this line, for easier monkey patching, something like:

pf = update_sqftproforma_callback(pf)

Also, add **kwargs to callbacks, like here and [here]

(https://github.com/urbansim/urbansim_parcels/blob/master/urbansim_parcels/utils.py#L732).

(Suggestion by @hanase)