CityScope / CS_Cooper-Hewitt

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

NullPointerException #26

Closed agrignard closed 5 years ago

agrignard commented 5 years ago

Sometimes the simulation cannot run

ArrayList newPath = map.graph.aStar(srcNode, destNode);

agrignard commented 5 years ago

Hopefully related to #15

agrignard commented 5 years ago

I close this issue as it seems that the 3 new graphs are much more clean now. I was not able to reproduce it