rht
rht
@orientor do you know what takes precedence in npm, `$PWD` or `~`? I think it is `$PWD` but I haven't reconfirm. If that's the case, you might make it to...
The commit messages need to end with fullstop as standard in Zulip commits (check out the examples at https://zulip.readthedocs.io/en/latest/contributing/version-control.html#commit-messages). Everything else LGTM.
@Sirorezka Is the error still present? I tried running the jupyter tutorial on the latest master (as of this comment, https://github.com/AB-CE/abce/commit/683c674df4df4e92dd66e21c0000d40e9c2c3798) and I was able build the agents just fine.
Would the variable address of the string become unambiguous across processes with `id(agent_name)`? Perhaps a different hashing scheme is used when `multiprocessing` is on.
Disagreed. `self.destroy` and `self.create` are self-descriptive, and additionally are cross-language. Additionally, they should be used carefully (a `destroy` should be accompanied by a `create` and vice versa) to make sure...
cc: @S120 / @antoinegodin
There is collision with the stdlib namespace if abc is used: https://docs.python.org/3/library/abc.html.
The ABM layer should be Mesa.
Maybe @CaleCornelius was referring to the code in https://github.com/AB-CE/examples/tree/master/examples/one_household_one_firm_with_logic verbatim. However, I can't test this in latest abcEconomics due to the change in `flexx` API. See #203.
@CaleCornelius how did you install abcEconomics? From pip? From this github repo? From the requirements.txt of the examples repo? What version is it on?