You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: LoadError: Buffer position does not have the same length as the other buffers.
offset has length 2411
position has length 1483
scale has length 241
on running the script (requires Agents#master):
using Agents
model, zombie_step!, model_step! = Models.zombies()
using OSMMakie
using GLMakie
ac(agent) = agent.infected ?:green::blackas(agent) = agent.infected ?6:5
fig, ax, plot =osmplot(model.space.map)
display(fig)
The only reason for me to use Agents is to get the map of Geottingen. Since you have not encountered this issue so far, that's why I'm explicitly using Agents, so that we get the map that has the problem.
Don't know if its a problem with map or some assumption of hte plotting library.
I'm currently working on the inspection branch again. It's almost working now, so the errors on the master branch should soon be a thing of the past. If you're not in a hurry, you can wait until I've merged it.
I get error:
on running the script (requires
Agents#master
):The only reason for me to use
Agents
is to get the map of Geottingen. Since you have not encountered this issue so far, that's why I'm explicitly using Agents, so that we get the map that has the problem.Don't know if its a problem with map or some assumption of hte plotting library.
cc @fbanning , @ AayushSabharwal
The text was updated successfully, but these errors were encountered: