UDST / developer

Redesigned UrbanSim developer/pro forma models
https://udst.github.io/developer/
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Better exit condition handling in developer model #53

Open pksohn opened 7 years ago

pksohn commented 7 years ago

Simulation runs sometimes error in this line, with the max_profit column not found. I think this is because there are no profitable developments passed into the module, but we need a better way of handling these edge cases systematically.

pksohn commented 7 years ago

Somewhat related, but still need to incorporate: https://github.com/UDST/urbansim/pull/194