blueintegral / WaitOrWalk

The information you really want when waiting at the bus stop: is it quicker to wait or to walk? Only works for Georgia Tech right now.
9 stars 3 forks source link

Minor fix needed for deleting .json files. #6

Closed darkzeroman closed 11 years ago

darkzeroman commented 11 years ago

https://github.com/blueintegral/WaitOrWalk/blob/master/generate_distance_matrix.py

The "os.remove()" need to point to the correct directory. Or honestly, if the json file is being overwritten, this may not be necessary.

Tanner commented 11 years ago

I did not notice that file when I made the change. I'll work on a fix now so that it puts them in the right places, etc…

blueintegral commented 11 years ago

This was fixed in pull request 7.