Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grid definition isn't working #43

Closed
MatisPatel opened this issue Oct 29, 2019 · 3 comments
Closed

grid definition isn't working #43

MatisPatel opened this issue Oct 29, 2019 · 3 comments

Comments

@MatisPatel
Copy link

Hello I'm trying to ruhn the schelling model example from the docs.

I keep running into the error "function Grid does not accept keyword arguments"

this seems to be caused by the line:
mygrid = MyGrid(griddims, grid(griddims, false, true), agent_positions)
space.jl seems to be miscalling grid().

Attached the file all the code is copied from the docs. test.txt

@kavir1698
Copy link
Collaborator

Same as #28. Just use the latest update from master ]add Agents#master.

@MatisPatel
Copy link
Author

yes that works, thanks! Is there a reason master isn't the one that is installed by default

@kavir1698
Copy link
Collaborator

A new version with major changes will be released soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants