AB-CE / abce

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

[Refactor] Move _clearing__end_of_subround from trade to messaging #120

Closed rht closed 6 years ago

DavoudTaghawiNejad commented 6 years ago

I would like to do a refactor that changes the "_x" thing against enums.

rht commented 6 years ago

@DavoudTaghawiNejad I still can't rebuild trade.c because of the cdef issue. Maybe you should take over this PR.

DavoudTaghawiNejad commented 6 years ago

@rht can you now install abce?

rht commented 6 years ago

Wait, did you merge this PR? The trade.c still uses the trade.pyx that uses def instead of cdef.