CityScope / CS_Cooper-Hewitt

meta repo/sandbox repo for keeping everything related to the Cooper Hewitt exhibition
5 stars 2 forks source link

NPE in ABM.pde 276 #23

Closed yasushisakai closed 5 years ago

yasushisakai commented 5 years ago
ArrayList<Node> newPath = new ArrayList<Node>();

returns NPE

agrignard commented 5 years ago

In order to track this very pleasant bug here is what I found , the 2 bikes network are working, Ped and car are the guilty one. I am thinking to make every agent moving on the bike graph a least for member's week to have something running

car_1 crash car_2 crash

bike_1 ok bike_2 ok

ped_1 crash ped_2 crash

agrignard commented 5 years ago

See #24