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

Code patching for reading vehicles #220

Closed sebhoerl closed 1 month ago

sebhoerl commented 7 months ago

Currently, data.vehicles.raw performs some patching of openpyxl, but the mock library is not in our conda environment.

Solution 1

Solution 2

Solution 3

sebhoerl commented 6 months ago

We also do some monkey patching on openpxyl for reading the urban typology data. So I guess simply adding mock to the dependencies is fine. Need to figure out which version and update environment.yml.

sebhoerl commented 1 month ago

mock is a dependency now, closing this