mie-lab / trackintel

trackintel is a framework for spatio-temporal analysis of movement trajectory and mobility data.
MIT License
198 stars 50 forks source link

BUG: Failing tests with geopandas 0.14.3 #605

Closed bifbof closed 6 months ago

bifbof commented 7 months ago

We have some failing tests in our model structure due to some funky stuff in the pandas internals. I think this somehow circumvents the calls to the provided __getitem__ methods we defined in model/util.py. After my exams are over, I'll take a look :)