eqasim-org / ile-de-france

An open synthetic population of Île-de-France for agent-based transport simulation
GNU General Public License v2.0
47 stars 69 forks source link

fix: read order for files discovered using glob #203

Closed sebhoerl closed 11 months ago

sebhoerl commented 11 months ago

At multiple points in the pipeline, we explore the files to read using glob. However, the order of glob is undefined, especially on different systems. This PR orders the explored files by name wherever glob is used. This is a potential fix for #202.