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

Giving parameters when calling an agent fails #114

Closed DavoudTaghawiNejad closed 6 years ago

DavoudTaghawiNejad commented 6 years ago

agent.do_something(param=5), works but agent.do_something(5) does not.

I don't know how to resolve this.

rht commented 6 years ago

@DavoudTaghawiNejad why is the ticket closed? Sounds reasonable that agent action should take non-keyword parameters.

DavoudTaghawiNejad commented 6 years ago

Its closed as my next pull request will solve this problem.