hlefebvr / shortest-path-gtfs

Data exploitation for graph algorithms - applied to Paris
MIT License
7 stars 1 forks source link

config.txt missing #2

Closed MKliesch closed 3 years ago

MKliesch commented 3 years ago

Hi there,

I was trying to get your script to run and ended up with the error "FileNotFoundError:... main\model/config.txt", and I noticed that your .gitignore includes .txt. Could you upload the respective file?

hlefebvr commented 3 years ago

Hi there,

I edited the code. Now there is no need for an initial config.txt file and it will be created automatically.

Note that I also moved from PyQt4 to PyQt5 because PyQt4 is no longer supported by pip3.

I tested on the instance from: https://navitia.opendatasoft.com/explore/dataset/fr-idf/table/?sort=type_file, and everything seems to be working.

Thanks!