UDST / urbanaccess

A tool for GTFS transit and OSM pedestrian network accessibility analysis by UrbanSim
https://udst.github.io/urbanaccess/index.html
GNU Affero General Public License v3.0
236 stars 56 forks source link

Maintenance/gtfs network refactor w unit tests #86

Closed sablanchard closed 3 years ago

sablanchard commented 3 years ago

Maintenance update with no substantial API changes comprised of code simplification, docstring and print updates, and unit test coverage expansion focusing on gtfs.network.py which include:

Note: travis is failing in py27 and 35 for this PR due to issue with Pandana and Numpy

smmaurer commented 3 years ago

(We talked offline about the Travis failures in py27 and py35. The immediate problems are upstream, and will be fixed either in PR #87 or in a subsequent one moving the tests from Travis to GitHub Actions.)