-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utilisation de micromamba pour installer et tester le package #102
Conversation
@Mind-the-Cap j'ai testé pas mal de choses pour arriver à faire tourner les tests. Pour le moment il y a encore quelques échecs qui semblent dus à la gestion de paths de certains fichiers. Mais sinon le package s'installe bien ! Et tous les tests passent en local chez moi (en 10 min environ...). |
Nouveaux commits, pour repartir sur une nouvelle base de tests plus adaptés aux évolution des fonctionnalités du package. Les tests passent en 14 minutes, en local (avec un cache de données d'entrée complètement vide). Le taux de couverture est de 88 %. |
99155a0
to
549be92
Compare
… them to match the transport zones boundary, extract only relevant ways for a given mode, merge the cropped and filtered files
…tion (data folders, proxy url, ...) + integration of dodgr
…s scripts called from mobility.setup + distribute a forked version of the osmdata R package as a binary to speed up OSM data parsing + switch to pyproject.toml
…icTravelCosts (all public transport modes) + create a GTFS class to handle download / aggregation / GTFS router object preparation
remove the test option
549be92
to
a038319
Compare
La version actuelle de l'action github utilise anaconda et ne fonctionne pas. Je propose d'essayer d'utiliser micromamba pour corriger le bug et alléger l'action.