UDST / synthpop

Synthetic populations from census data
BSD 3-Clause "New" or "Revised" License
100 stars 46 forks source link

synthpop.general_synthesizer #40

Open stelehm opened 7 years ago

stelehm commented 7 years ago

Hello,

I was trying out one of the demos (https://github.com/UDST/synthpop/blob/master/demos/simple_synthesis.ipynb) and noticed, that the there used module synthpop.general_synthesizer doesn't seem to exist in the current version : image

Was the module discarded or simply replaced?

Thanks for the help :)

janowicz commented 7 years ago

Thanks for reporting this @stelehm. Looks like the notebook may be a bit out of date, as general_synthesizer was renamed to zone_synthesizer. Could you please try:

import synthpop.zone_synthesizer

stelehm commented 7 years ago

It works with that change. Thank you