AB-CE / abce

Agent-based computational Economics, the Python library that makes AB modelling easier
http://abce.readthedocs.io
190 stars 64 forks source link

abce firms 50000 example #169

Closed Sirorezka closed 5 years ago

Sirorezka commented 6 years ago

File 50000_firms/b.py contains classes that no longer exist

50000_firms/youragent.py error in: assert self['cookie'] == 0 should be: assert self.not_reserved('cookie') ==0

rht commented 5 years ago

Fixed in latest master as of https://github.com/AB-CE/examples/commit/720c673ce53e3e80d6d493485baaafd3941d0dce.